1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Linux: implement automatic creation of AppImage bundle during build of generic binaries

This commit is contained in:
Mounir IDRASSI
2025-05-10 23:32:55 +09:00
parent b80e6b329b
commit 4944477b5a
5 changed files with 66 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ fi
make WXSTATIC=1 clean || exit 1
make WXSTATIC=1 || exit 1
make WXSTATIC=1 package || exit 1
make WXSTATIC=1 appimage || exit 1
echo "Building console version of VeraCrypt"