Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Add distclean for mac os x package
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed Jun 19, 2010
1 parent 8844c34 commit f9c6311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/release-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ macPackage()
"$QT_PATH/bin/qmake" -r
make -j4 release
"$QT_PATH/bin/macdeployqt" "$BUNDLE_APP_PATH" -dmg
make distclean
cd "$CUR_PATH"

if [ -f "./$FOLDER_NAME/$BUNDLE_PATH/$BUNDLE_NAME.dmg" ]; then
Expand Down

0 comments on commit f9c6311

Please sign in to comment.