Skip to content

Commit

Permalink
build tweak for appimage
Browse files Browse the repository at this point in the history
coderofsalvation committed Nov 25, 2024
1 parent 466403f commit 750f400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ for:
- sh: mkdir -p usr/share usr/lib
- sh: objdump -p bin/milkytracker | awk '/ NEEDED/ {print $2}'
#- sh: objdump -p bin/milkytracker | awk '/ NEEDED/ {print $2}' | while read lib; do { set +e; test -f /usr/lib/x86_64-linux-gnu/$lib && cp /usr/lib/x86_64-linux-gnu/$lib usr/lib/.; set -e; } done
- sh: cp /usr/lib/x86_64-linux-gnu/{librtmidi*,libzzip-0.so.13,libsnd*,libvorb*,libFLAC*,libffi*,libogg*} usr/lib/.
- sh: cp /usr/lib/x86_64-linux-gnu/{librtmidi*,libzzip-0.so.13,libsnd*,libvorb*,libFLAC*,libffi*,libogg*,liblhasa*} usr/lib/.
- sh: cd usr && ln -s lib x86_64-linux-gnu && cd -
- sh: cp ../resources/pictures/carton.png milkytracker.png
- sh: cp ../resources/milkytracker.desktop .

0 comments on commit 750f400

Please sign in to comment.