1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

Add new .bat file to build/install.

This commit is contained in:
Athanasius 2021-03-18 11:39:45 +00:00
parent fdee660881
commit 2e9f37cef2
2 changed files with 5 additions and 0 deletions

View File

@ -224,6 +224,9 @@
<Component Id="EDMarketConnector_TRACE.bat" Guid="*">
<File KeyPath="yes" Source="SourceDir\EDMarketConnector - TRACE.bat" />
</Component>
<Component Id="EDMarketConnector_localserver_auth.bat" Guid="*">
<File KeyPath="yes" Source="SourceDir\EDMarketConnector - localserver-auth.bat" />
</Component>
<Directory Id="L10n" Name="L10n">
<Component Guid="*">
<File KeyPath="yes" Source="SourceDir\L10n\cs.strings" />
@ -597,6 +600,7 @@
<ComponentRef Id="winsound.pyd" />
<ComponentRef Id="WinSparkle.dll" />
<ComponentRef Id="EDMarketConnector_TRACE.bat" />
<ComponentRef Id="EDMarketConnector_localserver_auth.bat" />
<ComponentRef Id="zh_CN.strings" />
<ComponentRef Id="auto.tcl" />
<ComponentRef Id="clock.tcl" />

View File

@ -150,6 +150,7 @@ elif sys.platform=='win32':
'%s.ico' % APPNAME,
'%s/DLLs/sqlite3.dll' % (sys.base_prefix),
'EDMarketConnector - TRACE.bat',
'EDMarketConnector - localserver-auth.bat',
]),
('L10n', [join('L10n',x) for x in os.listdir('L10n') if x.endswith('.strings')]),
('plugins', PLUGINS),