mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-08-03 09:10:24 +00:00
更新了 py 脚本的用法,打包 exe,并更新 README
This commit is contained in:
parent
d8287067d2
commit
efd5d9e945
4 changed files with 70 additions and 47 deletions
4
scripts/py2exe.bat
Normal file
4
scripts/py2exe.bat
Normal 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 .
|
Loading…
Add table
Add a link
Reference in a new issue