diff options
-rw-r--r-- | packaging/License.rtf (renamed from msi/License.rtf) | 0 | ||||
-rw-r--r-- | packaging/createmsi.py (renamed from msi/createmsi.py) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/msi/License.rtf b/packaging/License.rtf index b3945ba..b3945ba 100644 --- a/msi/License.rtf +++ b/packaging/License.rtf diff --git a/msi/createmsi.py b/packaging/createmsi.py index eca4493..e6c47f4 100644 --- a/msi/createmsi.py +++ b/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]) |