Compare commits

..

No commits in common. "1ad9a1fb29fdace038cdf782c9067bb27e4fb305" and "2cb25225340a7bdc494bb48026ad6d6064d80cde" have entirely different histories.

2 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,4 +0,0 @@
build/
dist/
Wazowski/
*.spec

View File

@ -24,5 +24,5 @@ python3 wazowski.py -i {meeting_video_recording} -o {meeting_summary_output}
# Build
```bash
pyinstaller --onefile -n Wazowski wazowski.py
python3 -m pyinstaller --onefile -n Wazowski wazowski.py
```