Skip to content

Commit

Permalink
chore(build): lowercase pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Dec 31, 2024
1 parent e971790 commit 4849b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ if ! uv pip install pyinstaller -q; then
exit 1
fi

uv run PyInstaller --onefile --hidden-import="googleapiclient" src/main.py
uv run pyinstaller --onefile --hidden-import="googleapiclient" src/main.py
tar -czvf dist/archive.tar.gz ./dist/main

0 comments on commit 4849b7f

Please sign in to comment.