1
0
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:
David Sangrey 2023-07-27 11:14:21 -04:00
parent 8e7f7d6587
commit dd1442f37b
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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",