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:
parent
33efbbebaa
commit
9e10b2d3d1
4
build.sh
4
build.sh
@ -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`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user