Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed May 29, 2024
2 parents 5c5fa7a + 048704d commit 90af3d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion freeze.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo Building binaries ...

echo Compress artifacts ...
for /d %%a in (build\*) do (powershell Compress-Archive ".\%%a\*" "seekers-bin.zip")
echo Finished!
echo Finished!
3 changes: 0 additions & 3 deletions freeze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ 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

0 comments on commit 90af3d6

Please sign in to comment.