From dd1442f37b9c2048e09f1551e5ae8ad313fe902f Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Thu, 27 Jul 2023 11:14:21 -0400 Subject: [PATCH] #2040 Remove Unused Code --- EDMC_Installer_Config.iss | 3 --- build.py | 2 -- 2 files changed, 5 deletions(-) diff --git a/EDMC_Installer_Config.iss b/EDMC_Installer_Config.iss index ee3556b7..e08c50d6 100644 --- a/EDMC_Installer_Config.iss +++ b/EDMC_Installer_Config.iss @@ -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" diff --git a/build.py b/build.py index 1d2b55a7..b2af00ba 100644 --- a/build.py +++ b/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",