Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Country-If committed Jan 22, 2023
1 parent af3b466 commit 006f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
```
pip3 install pyinstaller # 安装pyinstaller
pyinstaller -F -w main.py # -F: 打包成单个exe文件,-w: 不显示cmd窗口
pyinstaller -F -w --distpath dist/exe src/main.py # -F: 打包成单个exe文件,-w: 不显示cmd窗口 --distpath: 打包后的exe文件存放路径
```
- ISSUES
Expand Down

0 comments on commit 006f348

Please sign in to comment.