Skip to content

Commit

Permalink
bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latorc committed Apr 15, 2024
1 parent ff7a29f commit 3b0450a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate_exe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REM Windows
set PLAYWRIGHT_BROWSERS_PATH=0
playwright install chromium

REM rmdir /s /q dist
rmdir /s /q dist\MahjongCopilot
pyinstaller --windowed --noconfirm --name=MahjongCopilot --icon=resources/icon.ico main.py
if errorlevel 1 (
echo PyInstaller encountered an error.
Expand All @@ -14,5 +14,6 @@ REM robocopy . .\dist\MahjongCopilot settings.json
REM robocopy models dist\MahjongCopilot\models /E
robocopy resources dist\MahjongCopilot\resources /E
robocopy liqi_proto dist\MahjongCopilot\liqi_proto /E
robocopy .\libriichi3p\ dist\MahjongCopilot\_internal\libriichi3p\ *.pyd *.so /E
robocopy .venv\Lib\site-packages\playwright\driver\package\.local-browsers dist\MahjongCopilot\_internal\playwright\driver\package\.local-browsers /E
explorer.exe dist

0 comments on commit 3b0450a

Please sign in to comment.