Fix build msi package for x86 platform (#660)

This commit is contained in:
Alexey Golubev
2023-04-21 18:14:43 +05:00
committed by GitHub
parent 6bdfc8a141
commit ad67f0de2c

View File

@ -384,6 +384,7 @@ def make_advinst():
"SetCurrentFeature MainFeature",
"NewSync APPDIR " + source_dir,
"UpdateFile APPDIR\\DesktopEditors.exe " + source_dir + "\\DesktopEditors.exe",
"UpdateFile APPDIR\\updatesvc.exe " + source_dir + "\\updatesvc.exe",
"SetVersion " + package_version,
"SetPackageName " + advinst_file + " -buildname DefaultBuild",
"Rebuild -buildslist DefaultBuild"