Skip to content

Commit 4849b7f

Browse files
committed
chore(build): lowercase pyinstaller
1 parent e971790 commit 4849b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ if ! uv pip install pyinstaller -q; then
1616
exit 1
1717
fi
1818

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

0 commit comments

Comments
 (0)