Skip to content

Commit

Permalink
build: linuxdeploy/appimage stuff being wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Mar 2, 2025
1 parent b64ff1d commit 1117fd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/mkappimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ fi
chmod +x linuxdeploy-x86_64.AppImage
export VERSION=$(git describe)
export ARCH=x86_64
export NO_STRIP=1
export DISABLE_COPYRIGHT_FILES_DEPLOYMENT=1
./linuxdeploy-x86_64.AppImage --appdir AppDir -i vkdt.png --output appimage $(find AppDir/ -name "lib*.so" | sed -e 's/^/ -l /' | tr -d '\n') \
-e AppDir/usr/bin/vkdt
-e AppDir/usr/bin/vkdt \
--deploy-deps-only=AppDir/usr/lib/vkdt
rm -rf AppDir

0 comments on commit 1117fd2

Please sign in to comment.