From 1106467f972e6e5d6781412e999d7c44195bb2df Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 15 Jul 2019 18:06:29 +0200 Subject: [feat] osx build templates --- branding/templates/windows/generate.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'branding/templates/windows') 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' -- cgit v1.2.3