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