Improve windows packager to include version in setup exe
This commit is contained in:
parent
78451d122a
commit
15349410b4
|
@ -75,7 +75,7 @@ def build_windows(package_info):
|
||||||
TARGET_DIR = os.path.join(PACKAGER_TARGET_DIR, "win")
|
TARGET_DIR = os.path.join(PACKAGER_TARGET_DIR, "win")
|
||||||
os.makedirs(TARGET_DIR, exist_ok=True)
|
os.makedirs(TARGET_DIR, exist_ok=True)
|
||||||
|
|
||||||
INSTALLER_NAME = "espanso-setup"
|
INSTALLER_NAME = f"espanso-win-{package_info.version}"
|
||||||
|
|
||||||
# Inno setup
|
# Inno setup
|
||||||
shutil.copy("packager/win/modpath.iss", os.path.join(TARGET_DIR, "modpath.iss"))
|
shutil.copy("packager/win/modpath.iss", os.path.join(TARGET_DIR, "modpath.iss"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user