1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-05-21 21:30:48 -05:00

Linux: cleanup old build artifacts before performing new build

This commit is contained in:
Mounir IDRASSI
2025-05-15 10:29:09 +09:00
parent a882fd65d0
commit a6f734ae2b
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -316,6 +316,7 @@ ifndef TC_NO_GUI
cp $(BASE_DIR)/Setup/Linux/$(APPNAME).xml $(BASE_DIR)/Setup/Linux/usr/share/mime/packages/$(APPNAME).xml
cp $(BASE_DIR)/Resources/Icons/VeraCrypt-256x256.xpm $(BASE_DIR)/Setup/Linux/veracrypt.AppDir/$(APPNAME).xpm
rm -fr $(BASE_DIR)/Setup/Linux/veracrypt.AppDir/usr
cp -r $(BASE_DIR)/Setup/Linux/usr $(BASE_DIR)/Setup/Linux/veracrypt.AppDir/.
endif