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,3 +5,7 @@ cache/
|
|||||||
install/
|
install/
|
||||||
*.json
|
*.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