更新了 py 脚本的用法,打包 exe,并更新 README

This commit is contained in:
frostime 2023-05-19 22:38:08 +08:00
parent d8287067d2
commit efd5d9e945
4 changed files with 70 additions and 47 deletions

4
scripts/py2exe.bat Normal file
View file

@ -0,0 +1,4 @@
.venv/Script/activate
pyinstaller --noconfirm --onefile --console "./make_dev_link.py"
rm ./make_dev_link.exe
mv ./dist/make_dev_link.exe .