File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Plex Rich Presence works with Java 8.
77
88## Release Version
99
10- - [ Portable and Executable JAR] ( https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-1.3 .jar )
10+ - [ Portable and Executable JAR] ( https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-1.4 .jar )
1111- [ Windows Installer] ( https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-setup.exe )
1212
1313## Screenshots
@@ -17,6 +17,8 @@ Plex Rich Presence works with Java 8.
1717
1818![ screenshots] ( screenshots/ui-logs.png )
1919
20+ ![ screenshots] ( screenshots/discord.png )
21+
2022## Build
2123
2224Just run :
@@ -30,7 +32,7 @@ mvn clean package
3032Once build, you can run the app by running :
3133
3234```
33- java -jar ./target/plex-rich-presence-1.3 .jar
35+ java -jar ./target/plex-rich-presence-1.4 .jar
3436```
3537
3638## Libraries used
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >fr.arsenelapostolet</groupId >
1212 <artifactId >plex-rich-presence</artifactId >
13- <version >1.3 </version >
13+ <version >1.4 </version >
1414 <name >plex-rich-presence</name >
1515 <description >Rich presence provider for plex media server</description >
1616
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Plex Rich Presence"
5- #define MyAppVersion " 1.3 "
5+ #define MyAppVersion " 1.4 "
66#define MyAppPublisher " Arsene Lapostolet"
77#define MyAppURL " https://github.com/Ombrelin/plex-rich-presence"
88#define MyAppExeName " Plex Rich Presence.exe"
Original file line number Diff line number Diff line change 22<launch4jConfig >
33 <dontWrapJar >false</dontWrapJar >
44 <headerType >gui</headerType >
5- <jar >C:\Users\arsen\git\plex-rich-presence\target\plex-rich-presence-1.3 .jar</jar >
5+ <jar >C:\Users\arsen\git\plex-rich-presence\target\plex-rich-presence-1.4 .jar</jar >
66 <outfile >C:\Users\arsen\git\plex-rich-presence\windows\Plex Rich Presence.exe</outfile >
77 <errTitle ></errTitle >
88 <cmdLine ></cmdLine >
You can’t perform that action at this time.
0 commit comments