1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: Installer and Traveler Disk Setup both always copy 32-bit and 64-bit executable binaries.

This commit is contained in:
Mounir IDRASSI
2015-09-06 18:58:41 +02:00
parent e445863ae4
commit 13bfb2db59
3 changed files with 70 additions and 3 deletions

View File

@@ -28,6 +28,12 @@ static char *szFiles[]=
"AVeraCrypt.exe",
"AVeraCryptExpander.exe",
"AVeraCrypt Format.exe",
"AVeraCrypt-x86.exe",
"AVeraCryptExpander-x86.exe",
"AVeraCrypt Format-x86.exe",
"AVeraCrypt-x64.exe",
"AVeraCryptExpander-x64.exe",
"AVeraCrypt Format-x64.exe",
"Averacrypt.sys",
"Averacrypt-x64.sys",
"Dveracrypt.sys",