mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
exe: Restore library.zip to .wxs
I'd only removed this due to accidentally using "zipfile=None" in the setup.py previously. So of course I had no library.zip and took it out of .wxs to suppress file not found errors. But without this python won't find the necessary files.
This commit is contained in:
parent
486c0118b4
commit
5dcf27e08e
@ -140,6 +140,9 @@
|
||||
<Component Id="EUROCAPS.TTF" Guid="*">
|
||||
<File Id="EUROCAPS.TTF" KeyPath="yes" Source="SourceDir\EUROCAPS.TTF" />
|
||||
</Component>
|
||||
<Component Id="library.zip" Guid="{A18814B6-B491-42AB-A433-2AD66A823AD7}">
|
||||
<File Id="library.zip" KeyPath="yes" Source="SourceDir\library.zip" />
|
||||
</Component>
|
||||
<Component Id="libcrypto_1_1.dll" Guid="*">
|
||||
<File Id="libcrypto_1_1.dll" KeyPath="yes" Source="SourceDir\libcrypto-1_1.dll" />
|
||||
</Component>
|
||||
@ -3379,6 +3382,7 @@
|
||||
<ComponentRef Id="EDMarketConnector.VisualElementsManifest.xml" />
|
||||
<ComponentRef Id="EDMC.exe" />
|
||||
<ComponentRef Id="EUROCAPS.TTF" />
|
||||
<ComponentRef Id="library.zip" />
|
||||
<ComponentRef Id="libcrypto_1_1.dll" />
|
||||
<ComponentRef Id="libssl_1_1.dll" />
|
||||
<ComponentRef Id="modules.p" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user