mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-07 18:46:01 +00:00
4 lines
141 B
Batchfile
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 .
|