From ab32f305929c4da515616e61890f0d638b06fb33 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 5 Aug 2019 04:05:43 +0200 Subject: [pkg] cleanup icons --- branding/templates/osx/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branding/templates/osx') diff --git a/branding/templates/osx/generate.py b/branding/templates/osx/generate.py index 528605d..440ee34 100644 --- a/branding/templates/osx/generate.py +++ b/branding/templates/osx/generate.py @@ -32,7 +32,7 @@ VERSION = data.get('version', 'unknown') APP_PATH = os.path.abspath(here + '/../dist/' + APPNAME + ".app") STAGING = os.path.abspath(here + '/../staging/') ASSETS = os.path.abspath(here + '/../assets/') -ICON = os.path.join(ASSETS, APPNAME.lower() + '.icns') +ICON = os.path.join(ASSETS, 'icon.icns') SCRIPTS = os.path.join(os.path.abspath(here), 'scripts') INFO_PLIST = APP_PATH + '/Contents/Info.plist' HELPER_PLIST = os.path.join(SCRIPTS, 'se.leap.bitmask-helper.plist') -- cgit v1.2.3