Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit aad3630

Browse files
fix: forward args in AppImage
1 parent fd9ae08 commit aad3630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ for:
7272
- sh: ls -la
7373
- sh: cp -r milkytrackerx-* MilkyTrackerX-x86_64.AppDir
7474
- sh: cd MilkyTrackerX-x86_64.AppDir
75-
- sh: echo -e '#!/bin/sh\nHERE="$(dirname "$(readlink -f "${0}")")"\nLD_LIBRARY_PATH="$HERE/usr/lib:$LD_LIBRARY_PATH" $HERE/bin/milkytrackerx' > AppRun && chmod +x AppRun
75+
- sh: echo -e '#!/bin/sh\nHERE="$(dirname "$(readlink -f "${0}")")"\nLD_LIBRARY_PATH="$HERE/usr/lib:$LD_LIBRARY_PATH" $HERE/bin/milkytrackerx "$@"' > AppRun && chmod +x AppRun
7676
- sh: echo CHECKING LIBS && find . -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
7777
- sh: mkdir -p usr/share usr/lib
7878
- sh: objdump -p bin/milkytrackerx | awk '/ NEEDED/ {print $2}'

0 commit comments

Comments
 (0)