mirror of
https://github.com/alexkay/spek.git
synced 2025-06-05 01:43:22 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user