createmsi: move to generic packaging directory
We might want to create other dedicated packaging scripts, and put them all in one directory.
This commit is contained in:
parent
cef13b04c2
commit
df50123c05
|
@ -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…
Reference in New Issue