diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2020-11-24 15:40:57 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-11-27 18:12:08 +0200 |
| commit | df50123c058bd1e76c1b3230b4f27531f0adfe07 (patch) | |
| tree | a9b62981c4e3f4023c9729301d1ddfd3fb2256ec | |
| parent | cef13b04c253150a449eaea806d97207281916eb (diff) | |
| download | meson-df50123c058bd1e76c1b3230b4f27531f0adfe07.tar.gz | |
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 b3945baa7..b3945baa7 100644 --- a/msi/License.rtf +++ b/packaging/License.rtf diff --git a/msi/createmsi.py b/packaging/createmsi.py index eca4493ea..e6c47f4e5 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]) |
