Skip to content

Commit 05b9061

Browse files
committed
Improved build script
1 parent dcfb506 commit 05b9061

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build_package.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ make
1919

2020
cd ./../
2121

22-
cp ./bin/linux/release/crashreporter ./bin/linux/release/
23-
2422
echo
2523
echo ===========================
2624
TAG=$1
@@ -102,7 +100,12 @@ export DEBEMAIL DEBFULLNAME
102100
dpkg-buildpackage -b
103101

104102

105-
103+
echo ==========================
104+
echo Clean
105+
echo ==========================
106+
rm -f redis-desktop-manager-*.gz
107+
rm -f redis-desktop-manager-*.tar
108+
rm -fR ./redis-desktop-manager-*/
106109

107110

108111

0 commit comments

Comments
 (0)