mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-29 11:44:22 +01:00
Fix scripts/test_release.bat
This commit is contained in:
parent
1c2980976f
commit
0ee7a3ba43
|
|
@ -3,7 +3,7 @@ if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
|
|||
:retry
|
||||
cd "%~dp0"
|
||||
|
||||
set configuration=Debug
|
||||
set configuration=Release
|
||||
|
||||
taskkill /F /IM FanControl.exe
|
||||
taskkill /F /IM PerformanceOverlay.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue