siyuan-jsdraw-plugin/scripts/py2exe.bat
Frostime f45b02a156
Link (#1)
* 更新 py 脚本的用法

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

* readme
2023-05-19 22:49:00 +08:00

4 lines
141 B
Batchfile

.venv/Script/activate
pyinstaller --noconfirm --onefile --console "./make_dev_link.py"
rm ./make_dev_link.exe
mv ./dist/make_dev_link.exe .