mirror of
https://github.com/alexkay/spek.git
synced 2025-06-15 14:52:24 +03:00
osx: Don't include unnecessary translations
This commit is contained in:
parent
96b344459d
commit
2813f43505
7
dist/osx/bundle.sh
vendored
7
dist/osx/bundle.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user