mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-06-19 11:12:38 +02:00
fix: ps1 wrapper & gitignore
This commit is contained in:
+5
-1
@@ -4,4 +4,8 @@ __pycache__/
|
||||
cache/
|
||||
install/
|
||||
*.json
|
||||
install-dir/
|
||||
install-dir/
|
||||
|
||||
*.spec
|
||||
*.exe
|
||||
dist/
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
PowerShell.exe -ExecutionPolicy Bypass -File "%~dp0run.ps1"
|
||||
Reference in New Issue
Block a user