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

@@ -602,6 +602,9 @@ install:
package:
$(MAKE) -C Main -f Main.make NAME=Main package
appimage:
$(MAKE) -C Main -f Main.make NAME=Main appimage
#------ wxWidgets build ------
ifeq "$(MAKECMDGOALS)" "wxbuild"