add new splash screen

This commit is contained in:
Ben Fry
2015-09-29 21:09:19 -04:00
parent 1a8c73554a
commit c182cecd3d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -115,5 +115,5 @@ else
fi
cd "$APPDIR"
java -splash:lib/about.jpg -Djna.nosys=true -Xmx256m processing.app.Base "$SKETCH" &
java -splash:lib/about-1x.png -Djna.nosys=true -Xmx256m processing.app.Base "$SKETCH" &
fi