Copy UI theme over to deployed binaries

db4
Slava Pestov 2009-04-03 10:16:40 -05:00
parent 9907bd9fe2
commit f42c23de9d
1 changed files with 6 additions and 5 deletions

View File

@ -42,11 +42,12 @@ IN: tools.deploy.macosx
: create-app-dir ( vocab bundle-name -- vm ) : create-app-dir ( vocab bundle-name -- vm )
[ [
nip nip {
[ copy-dll ] [ copy-dll ]
[ copy-nib ] [ copy-nib ]
[ "Contents/Resources" append-path make-directories ] [ "Contents/Resources" append-path make-directories ]
tri [ "Contents/Resources" copy-theme ]
} cleave
] ]
[ create-app-plist ] [ create-app-plist ]
[ "Contents/MacOS/" append-path copy-vm ] 2tri [ "Contents/MacOS/" append-path copy-vm ] 2tri