mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows: modify travel disk creation to get binaries from within setup exe files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture.
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<Filter Include="Resource Files\Common">
|
||||
<UniqueIdentifier>{ece6c790-f488-400d-b92d-64f73ce9f990}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\Setup">
|
||||
<UniqueIdentifier>{922a1924-e0f2-4829-8ed2-eb783e03e8a5}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="DlgExpandVolume.cpp">
|
||||
@@ -120,6 +123,9 @@
|
||||
<ClCompile Include="..\Mount\Mount.c">
|
||||
<Filter>Source Files\Mount</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Setup\SelfExtract.c">
|
||||
<Filter>Source Files\Setup</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\Common\Wipe.h">
|
||||
|
||||
Reference in New Issue
Block a user