diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-07-15 18:06:29 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:16 -0400 |
commit | 1106467f972e6e5d6781412e999d7c44195bb2df (patch) | |
tree | a0f72d3902407564439cfe866aeba4a03d9854bb /branding/templates/windows | |
parent | f8218b2beb8b184e7b3585f1280695ecfef040f9 (diff) |
[feat] osx build templates
Diffstat (limited to 'branding/templates/windows')
-rwxr-xr-x | branding/templates/windows/generate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/branding/templates/windows/generate.py b/branding/templates/windows/generate.py index 427b7a8..552f1a9 100755 --- a/branding/templates/windows/generate.py +++ b/branding/templates/windows/generate.py @@ -34,9 +34,6 @@ data = json.load(open(os.path.join(here, 'data.json'))) data['extra_install_files'] = get_files('install')
data['extra_uninstall_files'] = get_files('uninstall')
-import pprint
-pprint.pprint(data)
-
INSTALLER = data['applicationName'] + '-installer.nsi'
|