Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ccode-lang authored Dec 1, 2021
1 parent 6103157 commit e7f75a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pyinstaller oldlike.py -F --onefile || (echo "pyinstaller error" && exit)
rm -rf build
rm -rf oldlike.spec
mv dist/oldlike oldlike
rm -rf dist

0 comments on commit e7f75a6

Please sign in to comment.