This commit is contained in:
Lurenaud 2023-02-07 14:21:08 +01:00
parent b5dbab4077
commit 43ef4524b4
2 changed files with 3 additions and 1 deletions

2
run.ps1 Normal file
View File

@ -0,0 +1,2 @@
.\.venv\Scripts\activate
python .\gui.py

View File

@ -1,2 +1,2 @@
cd SldwrksExporter
wt -d %cd% ".\.venv\Scripts\activate; python .\gui.py"
wt -d %cd% powershell -f run.ps1