File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,12 @@ echo "Signing the binary..."
8787codesign -s " ${XBAR_SIGNING_IDENTITY} " -o runtime -v " ./xbar.app/Contents/MacOS/xbar"
8888
8989echo " Creating DMG..."
90-
9190create-dmg ./xbar.app --overwrite --identity=" ${XBAR_SIGNING_IDENTITY} " --dmg-title " Install xbar"
9291mv xbar* .dmg " xbar.${VERSION} .dmg"
9392
93+ echo " TARing..."
94+ tar -czvf xbar.${VERSION} .tar.gz ./xbar.app
95+
9496echo " Zipping..."
9597zip -r xbar.zip ./xbar.app
9698mv xbar.zip " xbar.${VERSION} .zip"
@@ -100,6 +102,7 @@ echo "Notorizing..."
100102
101103notarizefile " xbar.${VERSION} .zip" " com.xbarapp.app"
102104notarizefile " xbar.${VERSION} .dmg" " com.xbarapp.app"
105+ xcrun stapler staple " xbar.${VERSION} .dmg"
103106
104107rm -rf ./build/bin/xbar.app
105108
You can’t perform that action at this time.
0 commit comments