File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ cp ../MediathekView/MediathekView.svg $LOWERAPP.svg
78
78
79
79
cp ../MediathekView/MediathekView.jar usr/bin
80
80
chmod +x usr/bin/MediathekView.jar
81
+ cp -r ../MediathekView/dependency usr/bin/
81
82
# cp ../MediathekView/MediathekView.sh usr/bin/$LOWERAPP
82
83
83
84
cat > usr/bin/$LOWERAPP << 'EOF '
84
85
#!/bin/sh
85
86
86
87
dir=$(dirname $(readlink -f "$0"))
87
88
cd "$dir"
88
- MediathekView -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact -XX:MaxRAMPercentage=50.0 -XX:+UseStringDeduplication -- enable-native-access=ALL-UNNAMED --add-modules jdk.incubator.vector --add-opens java.desktop/sun.awt.X11=ALL-UNNAMED -DexternalUpdateCheck -jar MediathekView.jar "$@"
89
+ MediathekView -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact -XX:+UseStringDeduplication -XX: MaxRAMPercentage=50.0 -- enable-native-access=ALL-UNNAMED --add-modules jdk.incubator.vector --add-exports=java.desktop/sun.swing=ALL-UNNAMED --add- opens java.desktop/sun.awt.X11=ALL-UNNAMED -ea -cp " MediathekView.jar:dependency/*" -DexternalUpdateCheck mediathek.Main "$@"
89
90
cd $OLDPWD
90
91
EOF
91
92
You can’t perform that action at this time.
0 commit comments