fix: ps1 wrapper & gitignore

This commit is contained in:
Yannik Schmidt
2024-05-12 21:17:23 +02:00
parent bded916851
commit f7f9158388
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@@ -4,4 +4,8 @@ __pycache__/
cache/
install/
*.json
install-dir/
install-dir/
*.spec
*.exe
dist/

2
dist/run.bat vendored Normal file
View File

@@ -0,0 +1,2 @@
@echo off
PowerShell.exe -ExecutionPolicy Bypass -File "%~dp0run.ps1"