Skip to content

Commit

Permalink
Add cleanup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienCowEatCake committed Dec 15, 2022
1 parent bc73e62 commit eb16b83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_sylpheed_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,8 @@ popd >/dev/null
hdiutil create -format UDBZ -fs HFS+ -srcfolder "Sylpheed" -volname "Sylpheed" "Sylpheed_${BUNDLE_VERSION}.dmg"
sign "Sylpheed_${BUNDLE_VERSION}.dmg"
notarize "Sylpheed_${BUNDLE_VERSION}.dmg" "${BUNDLE_IDENTIFIER}"

rm -rf \
"${INSTALL_DIR}" \
"${HOME}/Desktop/Sylpheed.app"
echo "DONE"

0 comments on commit eb16b83

Please sign in to comment.