osx: Don't include unnecessary translations

This commit is contained in:
Alexander Kojevnikov 2011-03-31 22:12:47 +08:00
parent 96b344459d
commit 2813f43505

7
dist/osx/bundle.sh vendored
View File

@ -19,6 +19,13 @@ mv bin/lib/locale bin/share/
ige-mac-bundler spek.bundle ige-mac-bundler spek.bundle
cd Spek.app/Contents/Resources
mkdir share/locale_
mv share/locale/{de,es,fr,nl,pl,ru,sv,uk} share/locale_/
rm -fr share/locale
mv share/locale_ share/locale
cd ../../..
# Make DMG image # Make DMG image
VOLUME_NAME=Spek VOLUME_NAME=Spek
DMG_APP=Spek.app DMG_APP=Spek.app