File tree 3 files changed +6
-3
lines changed
src/main/java/com/goxr3plus/xr3player/application
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -77,4 +77,7 @@ spartanizer.xml
77
77
New Release.html
78
78
.idea /*
79
79
* .iml
80
- .travis.yml
80
+ .travis.yml
81
+
82
+ .idea /*
83
+ * .iml
Original file line number Diff line number Diff line change 190
190
<dependency >
191
191
<groupId >com.teamdev.jxbrowser</groupId >
192
192
<artifactId >jxbrowser-win64</artifactId >
193
- <version >6.23</version >
193
+ <version >6.23.1 </version >
194
194
</dependency >
195
195
196
196
<!-- JAVAFX GRAPHICS LIBRARIES -->
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public static void main(final String[] args) {
67
67
68
68
// Chromium Extract Location Dir
69
69
System .setProperty ("jxbrowser.chromium.dir" ,
70
- DatabaseTool .getAbsoluteDatabaseParentFolderPathWithSeparator () + "Chromium128 " );
70
+ DatabaseTool .getAbsoluteDatabaseParentFolderPathWithSeparator () + "Chrome128 " );
71
71
72
72
// Disable loggers
73
73
pin = new Logger []{Logger .getLogger ("org.jaudiotagger" ), Logger .getLogger ("it.sauronsoftware.jave" )};
You can’t perform that action at this time.
0 commit comments