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:
Eli Schwartz 2020-11-24 15:40:57 -05:00 committed by Jussi Pakkanen
parent cef13b04c2
commit df50123c05
2 changed files with 1 additions and 1 deletions

View File

@ -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])