Skip to content

Commit ff45bb6

Browse files
committed
installer: use relative path to icon file on Mac OSX
1 parent b944f18 commit ff45bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/osx/installer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ coll = COLLECT(exe,
3030
name='pcbasic')
3131
app = BUNDLE(coll,
3232
name='PC-BASIC.app',
33-
icon='/Users/rob/pc-basic/packaging/osx/pcbasic.icns')
33+
icon='pcbasic.icns')

0 commit comments

Comments
 (0)