summaryrefslogtreecommitdiff
path: root/pkg/pyinst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-19 16:19:13 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-19 16:19:36 +0200
commit443be842817439154fbee3f54ce89b4bba612776 (patch)
tree6644047606edd148a837f77cbf425ea40b4907a4 /pkg/pyinst
parent3b0cbbf9911bd79b9f9a16025923dcc144806c62 (diff)
[pkg] fix icon path
Diffstat (limited to 'pkg/pyinst')
-rw-r--r--pkg/pyinst/app.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec
index aeca9449..4c9532be 100644
--- a/pkg/pyinst/app.spec
+++ b/pkg/pyinst/app.spec
@@ -82,5 +82,5 @@ if sys.platform.startswith('darwin'):
'dist', 'Bitmask.app'),
appname='Bitmask',
version=BITMASK_VERSION,
- icon='../osx/bitmask.icns',
+ icon='pkg/osx/bitmask.icns',
bundle_identifier='bitmask-' + BITMASK_VERSION)