1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

upd. Build.sh

This commit is contained in:
Toxblh 2018-05-10 10:11:50 +02:00
parent 33efbbebaa
commit 9e10b2d3d1

View File

@ -16,7 +16,9 @@ cd Release
rm -r App.xcarchive rm -r App.xcarchive
# Prerequisite: npm i -g create-dmg # Prerequisite: npm i -g create-dmg
create-dmg "${NAME}.app" NAME_DMG="${NAME}.app"
echo $NAME_DMG
create-dmg $NAME_DMG
VERSION=`mdls -raw -name kMDItemVersion ${NAME}.app` VERSION=`mdls -raw -name kMDItemVersion ${NAME}.app`