Skip to content

Commit

Permalink
switching to the new splash screen class
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jul 10, 2021
1 parent 7484264 commit 1a29a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/linux/processing
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ else
fi
cd "$APPDIR"

java -splash:lib/about-1x.png -Djna.nosys=true -Djava.library.path=lib:modes/java/libraries/javafx/library/linux64 --module-path=modes/java/libraries/javafx/library/linux64/modules --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -Xmx512m processing.app.Base "$SKETCH" &
#java -splash:lib/about-1x.png -Djna.nosys=true -Djava.library.path=lib:modes/java/libraries/javafx/library/linux64 --module-path=modes/java/libraries/javafx/library/linux64/modules --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -Xmx512m processing.app.Base "$SKETCH" &
java -Djna.nosys=true -Djava.library.path=lib:modes/java/libraries/javafx/library/linux64 --module-path=modes/java/libraries/javafx/library/linux64/modules --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web -Xmx512m processing.app.ui.Splash "$SKETCH" &
fi
2 changes: 1 addition & 1 deletion build/windows/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<icon>application.ico</icon>
<classPath>
<!-- <mainClass>processing.app.Base</mainClass> -->
<mainClass>processing.app.BaseSplash</mainClass>
<mainClass>processing.app.ui.Splash</mainClass>
<cp>core/library/core.jar</cp>

<cp>lib/pde.jar</cp>
Expand Down

0 comments on commit 1a29a8f

Please sign in to comment.