commit 2813f4350585b1a148cd61e9c1d7830341f66272
parent 96b344459db0b8792f13fd8d4893824afff37b67
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Thu, 31 Mar 2011 22:12:47 +0800
osx: Don't include unnecessary translations
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/dist/osx/bundle.sh b/dist/osx/bundle.sh
@@ -19,6 +19,13 @@ mv bin/lib/locale bin/share/
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
VOLUME_NAME=Spek
DMG_APP=Spek.app