Skip to content

Commit

Permalink
got package script working
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Jul 1, 2021
1 parent ac6b7be commit 8ceedf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ codesign -s "${XBAR_SIGNING_IDENTITY}" -o runtime -v "./xbar.app/Contents/MacOS/

echo "Creating DMG..."

create-dmg ./xbar.app --overwrite --dmg-title "Install xbar"
create-dmg ./xbar.app --overwrite --identity="${XBAR_SIGNING_IDENTITY}" --dmg-title "Install xbar"
mv xbar*.dmg "xbar.${VERSION}.dmg"

echo "Zipping..."
Expand All @@ -101,4 +101,6 @@ echo "Notorizing..."
notarizefile "xbar.${VERSION}.zip" "com.xbarapp.app"
notarizefile "xbar.${VERSION}.dmg" "com.xbarapp.app"

open ./build
rm -rf ./build/bin/xbar.app

open ./build/bin

0 comments on commit 8ceedf6

Please sign in to comment.