diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..7fbe3ef --- /dev/null +++ b/run.ps1 @@ -0,0 +1,2 @@ +.\.venv\Scripts\activate +python .\gui.py \ No newline at end of file diff --git a/scripts/runExport.cmd b/scripts/runExport.cmd index d5970cd..2c9191a 100644 --- a/scripts/runExport.cmd +++ b/scripts/runExport.cmd @@ -1,2 +1,2 @@ cd SldwrksExporter -wt -d %cd% ".\.venv\Scripts\activate; python .\gui.py" \ No newline at end of file +wt -d %cd% powershell -f run.ps1 \ No newline at end of file