1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-22 04:22:40 -05: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
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
# Get the directory where AppRun is located
APPDIR=$(dirname "$(readlink -f "$0")")
# Execute the main VeraCrypt application
exec "${APPDIR}/usr/bin/veracrypt" "$@"