1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-01-02 11:59:44 -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

@@ -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" "$@"

View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Name=VeraCrypt
GenericName=VeraCrypt volume manager
Comment=Create and mount VeraCrypt encrypted volumes
Icon=veracrypt
Exec=AppRun
Categories=System;Security;Utility;Filesystem;
Keywords=encryption,filesystem
Terminal=false
MimeType=application/x-veracrypt-volume;application/x-truecrypt-volume;