tools.deploy.macosx: make sure Contents/Frameworks dir still gets created for apps that deploy third-party libraries
parent
6fdba565a1
commit
6bc8beb070
|
@ -49,7 +49,8 @@ IN: tools.deploy.macosx
|
|||
[
|
||||
nip
|
||||
[ copy-nib ]
|
||||
[ "Contents/Resources" append-path make-directories ] bi
|
||||
[ "Contents/Resources" append-path make-directories ]
|
||||
[ "Contents/Frameworks" append-path make-directories ] tri
|
||||
]
|
||||
[ copy-icns ]
|
||||
[ create-app-plist ]
|
||||
|
|
Loading…
Reference in New Issue