1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Move Template to Resource Dir

This commit is contained in:
David Sangrey 2023-08-02 14:10:49 -04:00
parent 45804dafc1
commit 0d3f3f4a52
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 1 additions and 1 deletions

@ -52,7 +52,7 @@ def run_inno_setup_installer(iss_path: str) -> None:
if __name__ == "__main__":
build()
# Add the ISS Template File
iss_template_path: str = "./EDMC_Installer_Config_template.txt"
iss_template_path: str = "./resources/EDMC_Installer_Config_template.txt"
iss_file_path: str = "./EDMC_Installer_Config.iss"
# Build the ISS file
iss_build(iss_template_path, iss_file_path)