mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 14:53:48 +00:00
Fix scripts/test_release.bat
This commit is contained in:
parent
1c2980976f
commit
0ee7a3ba43
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue