Skip to content

Commit

Permalink
Add linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed May 29, 2024
1 parent 90af3d6 commit 15afb4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions freeze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ python -m venv venv
echo "Install requirements ..."
venv/bin/pip install -r requirements.txt
venv/bin/pip install cx_Freeze

echo "Building binaries ..."
venv/bin/python setup.py build

echo "Create archive"
zip -r seekers-bin.zip build

0 comments on commit 15afb4c

Please sign in to comment.