Skip to content

Commit

Permalink
build: clean up app image stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Mar 2, 2025
1 parent 8aae908 commit 8c9e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mkappimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ echo "adding library $(find AppDir/ -name "lib*.so" | sed -e 's/^/ --library=/'
$(find AppDir/ -name "lib*.so" | sed -e 's/^/ --library=/' | tr -d '\n') \
--executable=AppDir/usr/bin/vkdt \
--deploy-deps-only=AppDir/usr/lib/vkdt
# rm -rf AppDir
rm -rf AppDir

0 comments on commit 8c9e66c

Please sign in to comment.