Skip to content

Commit 9dc5a18

Browse files
committed
Merge pull request processing#3005 from kfeuz/splashscreen
Adds splash screen for linux
2 parents 64f69f9 + 895ed48 commit 9dc5a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/linux/processing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ else
114114
fi
115115
cd "$APPDIR"
116116

117-
java -Djna.nosys=true -Xmx256m processing.app.Base "$SKETCH" &
117+
java -splash:lib/about.jpg -Djna.nosys=true -Xmx256m processing.app.Base "$SKETCH" &
118118
fi

0 commit comments

Comments
 (0)