Show More
@@ -475,7 +475,7 b' def build_installer(' | |||||
475 | run_candle(wix_path, build_dir, source, source_build_rel, defines=defines) |
|
475 | run_candle(wix_path, build_dir, source, source_build_rel, defines=defines) | |
476 |
|
476 | |||
477 | msi_path = ( |
|
477 | msi_path = ( | |
478 | source_dir / 'dist' / ('%s-%s-%s.msi' % (msi_name, version, arch)) |
|
478 | source_dir / 'dist' / ('%s-%s-%s.msi' % (msi_name, orig_version, arch)) | |
479 | ) |
|
479 | ) | |
480 |
|
480 | |||
481 | args = [ |
|
481 | args = [ |
General Comments 0
You need to be logged in to leave comments.
Login now