Skip to content

Commit fe19d28

Browse files
authored
Merge pull request #122 from muflihun/develop
update release
2 parents a8d42fb + 92a2252 commit fe19d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ echo "Releasing $VERSION on $TYPE. Continue (y/n)?"
1818
read confirm
1919
if [ "$confirm" = "y" ]; then
2020
rm -rf *
21-
sh ../tools/package.sh $TYPE $VERSION && sh ../tools/package.sh $TYPE-debug $VERSION ON
21+
sh ../tools/package.sh $TYPE $VERSION OFF ON && sh ../tools/package.sh $TYPE-debug $VERSION ON ON
2222
fi
2323

0 commit comments

Comments
 (0)