mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-01-21 18:37:39 +01:00
fix: ps1 wrapper & gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,4 +4,8 @@ __pycache__/
|
|||||||
cache/
|
cache/
|
||||||
install/
|
install/
|
||||||
*.json
|
*.json
|
||||||
install-dir/
|
install-dir/
|
||||||
|
|
||||||
|
*.spec
|
||||||
|
*.exe
|
||||||
|
dist/
|
||||||
2
dist/run.bat
vendored
Normal file
2
dist/run.bat
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
PowerShell.exe -ExecutionPolicy Bypass -File "%~dp0run.ps1"
|
||||||
Reference in New Issue
Block a user