Skip to content

Commit

Permalink
Update compile with pyinstaller.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Erickesau authored Sep 10, 2022
1 parent 832bcad commit 3dc07b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Orion FRS/compile with pyinstaller.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
color a

pyinstaller --collect-data=face_recognition_models --noconsole --icon=icon.ico "Orion FRS v1.2.8.py"
pyinstaller --collect-data=face_recognition_models --noconsole --icon=icon.ico "Orion FRS v1.2.9.py"

echo.
echo copying media folder using xcopy.
xcopy /I /Y media "dist/Orion FRS v1.2.8/media"
xcopy /I /Y /S data_base "dist/Orion FRS v1.2.8/data_base"
xcopy /I /Y media "dist/Orion FRS v1.2.9/media"
xcopy /I /Y /S data_base "dist/Orion FRS v1.2.9/data_base"
pause

0 comments on commit 3dc07b3

Please sign in to comment.