Submitter | phabricator |
---|---|
Date | Jan. 26, 2020, 12:02 a.m. |
Message ID | <6040927ef8be41b055507e4a303f645f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44662/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/packaging/hgpackaging/wix.py b/contrib/packaging/hgpackaging/wix.py --- a/contrib/packaging/hgpackaging/wix.py +++ b/contrib/packaging/hgpackaging/wix.py @@ -475,7 +475,7 @@ run_candle(wix_path, build_dir, source, source_build_rel, defines=defines) msi_path = ( - source_dir / 'dist' / ('%s-%s-%s.msi' % (msi_name, version, arch)) + source_dir / 'dist' / ('%s-%s-%s.msi' % (msi_name, orig_version, arch)) ) args = [