createmsi: move to generic packaging directory

We might want to create other dedicated packaging scripts, and put them
all in one directory.
pull/8048/head
Eli Schwartz 4 years ago committed by Jussi Pakkanen
parent cef13b04c2
commit df50123c05
  1. 0
      packaging/License.rtf
  2. 2
      packaging/createmsi.py

@ -337,7 +337,7 @@ class PackageGenerator:
subprocess.check_call([os.path.join(wixdir, 'light'),
'-ext', 'WixUIExtension',
'-cultures:en-us',
'-dWixUILicenseRtf=msi\\License.rtf',
'-dWixUILicenseRtf=packaging\\License.rtf',
'-out', self.final_output,
self.main_o])
Loading…
Cancel
Save