Skip to content

Commit

Permalink
Updated to latest JxBrowser 6.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Apr 21, 2019
1 parent f461259 commit ef054bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ spartanizer.xml
New Release.html
.idea/*
*.iml
.travis.yml
.travis.yml

.idea/*
*.iml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>com.teamdev.jxbrowser</groupId>
<artifactId>jxbrowser-win64</artifactId>
<version>6.23</version>
<version>6.23.1</version>
</dependency>

<!-- JAVAFX GRAPHICS LIBRARIES -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void main(final String[] args) {

// Chromium Extract Location Dir
System.setProperty("jxbrowser.chromium.dir",
DatabaseTool.getAbsoluteDatabaseParentFolderPathWithSeparator() + "Chromium128");
DatabaseTool.getAbsoluteDatabaseParentFolderPathWithSeparator() + "Chrome128");

// Disable loggers
pin = new Logger[]{Logger.getLogger("org.jaudiotagger"), Logger.getLogger("it.sauronsoftware.jave")};
Expand Down

0 comments on commit ef054bf

Please sign in to comment.