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:
Executable
+6
@@ -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" "$@"
|
||||
Reference in New Issue
Block a user