Skip to content

Commit

Permalink
feat(prod): make executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelfire18 committed Aug 14, 2022
1 parent c3bd5cf commit 24afe52
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.env
env/
dist/
build/
main.spec
mark_attendance/
mark_attendance.zip
4 changes: 4 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pyinstaller.exe --onefile main.py
cp dist/main.exe mark_attendance.exe
mkdir mark_attendance
cp dist/main.exe mark_attendance/mark_attendance.exe
Binary file added mark_attendance.exe
Binary file not shown.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
black===22.6.0
flake8===5.0.4
pyinstaller===5.3

0 comments on commit 24afe52

Please sign in to comment.