mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
fix: ps1 wrapper & gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,3 +5,7 @@ cache/
|
||||
install/
|
||||
*.json
|
||||
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