mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 19:25:42 -04:00
AppImage: Fix launching relative paths
This commit is contained in:
parent
819b27a1a1
commit
a5585f047c
@ -292,8 +292,8 @@ echo "Creating AppRun..."
|
||||
cat > "$OUTDIR/AppRun" << EOF
|
||||
#!/bin/sh
|
||||
|
||||
cd "\$(dirname "\$0")"
|
||||
exec ./usr/bin/$BINARY "\$@"
|
||||
APPDIR=\$(dirname "\$0")
|
||||
exec "\$APPDIR/usr/bin/$BINARY" "\$@"
|
||||
EOF
|
||||
chmod +x "$OUTDIR/AppRun"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user