tools.deploy.macosx: make sure Contents/Frameworks dir still gets created for apps that deploy third-party libraries

release
Joe Groff 2010-04-01 14:44:18 -07:00
parent 6fdba565a1
commit 6bc8beb070
1 changed files with 2 additions and 1 deletions

View File

@ -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 ]