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

build.sh upd

This commit is contained in:
Toxblh 2018-04-29 19:27:01 +01:00
parent 9c5a19925b
commit 59aa113995

View File

@ -18,6 +18,7 @@ rm -r App.xcarchive
# Prerequisite: npm i -g create-dmg
create-dmg "${NAME}.app"
VERSION=`mdls -raw -name kMDItemVersion MTMR.app`
VERSION=`mdls -raw -name kMDItemVersion ${NAME}.app`
echo $VERSION
zip -r "${NAME}v${VERSION}.zip" "${NAME}.app"