tools.deploy.macosx: fix path to MiniFactor.nib
Fixes #414.
parent
027fc77c36
commit
fb6fb2b16b
|
|
@ -17,7 +17,7 @@ IN: tools.deploy.macosx
|
||||||
|
|
||||||
: copy-bundle-dir ( bundle-name dir -- )
|
: copy-bundle-dir ( bundle-name dir -- )
|
||||||
[ bundle-dir prepend-path swap ] keep
|
[ bundle-dir prepend-path swap ] keep
|
||||||
"Contents" prepend-path append-path copy-tree ;
|
append-path copy-tree ;
|
||||||
|
|
||||||
: app-plist ( icon? executable bundle-name -- assoc )
|
: app-plist ( icon? executable bundle-name -- assoc )
|
||||||
[
|
[
|
||||||
|
|
@ -39,7 +39,7 @@ IN: tools.deploy.macosx
|
||||||
|
|
||||||
: copy-nib ( bundle-name -- )
|
: copy-nib ( bundle-name -- )
|
||||||
deploy-ui? get [
|
deploy-ui? get [
|
||||||
"Resources/English.lproj/MiniFactor.nib" copy-bundle-dir
|
"Contents/Resources/English.lproj/MiniFactor.nib" copy-bundle-dir
|
||||||
] [ drop ] if ;
|
] [ drop ] if ;
|
||||||
|
|
||||||
: copy-icns ( vocab bundle-name -- icon? )
|
: copy-icns ( vocab bundle-name -- icon? )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue