mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
#2040 Remove Unused Code
This commit is contained in:
parent
8e7f7d6587
commit
dd1442f37b
@ -1,6 +1,3 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "EDMarketConnector"
|
||||
#define MyAppVersion "5.9.1-alpha1"
|
||||
#define MyAppPublisher "EDCD"
|
||||
|
2
build.py
2
build.py
@ -91,8 +91,6 @@ if __name__ == "__main__":
|
||||
GITVERSION_FILENAME: str = system_check(DIST_DIR)
|
||||
|
||||
# Constants
|
||||
WIXPATH: str = rf"{os.environ['WIX']}\bin"
|
||||
SDKPATH: str = r"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86"
|
||||
PLUGINS: List[str] = [
|
||||
"plugins/coriolis.py",
|
||||
"plugins/eddn.py",
|
||||
|
Loading…
x
Reference in New Issue
Block a user