mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-02 03:49:44 -06:00
Linux: implement automatic creation of AppImage bundle during build of generic binaries
This commit is contained in:
6
src/Setup/Linux/veracrypt.AppDir/AppRun
Executable file
6
src/Setup/Linux/veracrypt.AppDir/AppRun
Executable 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" "$@"
|
||||
11
src/Setup/Linux/veracrypt.AppDir/veracrypt.desktop
Normal file
11
src/Setup/Linux/veracrypt.AppDir/veracrypt.desktop
Normal 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;
|
||||
Reference in New Issue
Block a user