Skip to content

Commit

Permalink
Update build script and upload OSX release
Browse files Browse the repository at this point in the history
  • Loading branch information
stypr committed Feb 20, 2021
1 parent 599ea87 commit c3dbfe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Standalone client is also created with very basic features, including but not li

Please note that you may get a permanent ban for sending invalid API requests. Server's ratelimit and security mechanisms are quite strict.

## Downloads

Check [Releases](https://github.com/stypr/clubhouse-py/releases). OSX(x86_64) may not be stable for use yet.

## Demo

Please click the image to open a Youtube video demo.
Expand Down
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

python3 -m PyInstaller --onefile ./cli.py
rm -rf build/ dist/
rm *.pyc
python3 -OO -m PyInstaller --onefile ./cli.py

0 comments on commit c3dbfe5

Please sign in to comment.