* 更新 py 脚本的用法

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

* readme
This commit is contained in:
Frostime 2023-05-19 22:49:00 +08:00 committed by GitHub
parent ba8e431dec
commit f45b02a156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 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 .