Skip to content

Commit

Permalink
Fix build.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Oct 5, 2018
1 parent 8441bd7 commit 4d815bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ do
then
t=$(echo -n $t | sed 's/.exe//')
mv $t.exe $t
mv $t/rttys $t/rttys.exe
cp ../conf/rttys.ini $t
else
tar zcvf $t.tar.gz $t --remove-files
Expand Down

0 comments on commit 4d815bb

Please sign in to comment.