test auto delete install file

This commit is contained in:
Lurenaud 2023-02-06 20:20:36 +01:00
parent 70c1d6cee8
commit 2fd1b1f8f7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git
copy SldwrksExporter\scripts\runExport.cmd runExport.cmd
cd SldwrksExporter cd SldwrksExporter
powershell -file "install.ps1" powershell -file "install.ps1"
(goto) 2>nul & del "%~f0"

3
scripts/runExport.cmd Normal file
View File

@ -0,0 +1,3 @@
cd SldwrksExporter
.\.venv\Scripts\activate
python .\gui.py