From 8c9e66c4e259b558a804079a7b80081a6ff2b0de Mon Sep 17 00:00:00 2001 From: johannes hanika Date: Sun, 2 Mar 2025 19:41:38 +0100 Subject: [PATCH] build: clean up app image stuff --- bin/mkappimg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkappimg.sh b/bin/mkappimg.sh index a19e6c82..8caf5143 100755 --- a/bin/mkappimg.sh +++ b/bin/mkappimg.sh @@ -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