Skip to content

Commit

Permalink
Merge pull request #13 from viam-labs/side
Browse files Browse the repository at this point in the history
ci things
  • Loading branch information
kharijarrett authored Feb 7, 2024
2 parents 7d70942 + 90a0244 commit 440150b
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 @@ -14,5 +14,5 @@ fi
python3 -m venv .venv
. .venv/bin/activate
pip3 install -r requirements.txt
python3 -m PyInstaller
python3 -m PyInstaller --onefile --hidden-import="googleapiclient" src/main.py
tar -czvf dist/archive.tar.gz dist/main

0 comments on commit 440150b

Please sign in to comment.