Skip to content

Commit

Permalink
修改打包参数, 使用命令行模式
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Apr 8, 2022
1 parent aab552f commit ba4fe5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_exe.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
rmdir /s /q __pycache__
del EpisodeReName.exe
pyinstaller -F -w EpisodeReName.py
rem pyinstaller -F -w EpisodeReName.py
pyinstaller -F EpisodeReName.py
move dist\EpisodeReName.exe EpisodeReName.exe
del EpisodeReName.spec
rmdir /s /q __pycache__
Expand Down

0 comments on commit ba4fe5e

Please sign in to comment.