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

Commit f9c6311

Browse files
author
pasnox
committed
Add distclean for mac os x package
1 parent 8844c34 commit f9c6311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/release-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ macPackage()
161161
"$QT_PATH/bin/qmake" -r
162162
make -j4 release
163163
"$QT_PATH/bin/macdeployqt" "$BUNDLE_APP_PATH" -dmg
164+
make distclean
164165
cd "$CUR_PATH"
165166

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

0 commit comments

Comments
 (0)