aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-11-24 15:40:57 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2020-11-27 18:12:08 +0200
commitdf50123c058bd1e76c1b3230b4f27531f0adfe07 (patch)
treea9b62981c4e3f4023c9729301d1ddfd3fb2256ec
parentcef13b04c253150a449eaea806d97207281916eb (diff)
downloadmeson-df50123c058bd1e76c1b3230b4f27531f0adfe07.zip
meson-df50123c058bd1e76c1b3230b4f27531f0adfe07.tar.gz
meson-df50123c058bd1e76c1b3230b4f27531f0adfe07.tar.bz2
createmsi: move to generic packaging directory
We might want to create other dedicated packaging scripts, and put them all in one directory.
-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])