diff --git a/Data/musthave_info_eng.txt b/Data/musthave_info_eng.txt index ababb1a..64fcdf2 100644 --- a/Data/musthave_info_eng.txt +++ b/Data/musthave_info_eng.txt @@ -40,7 +40,7 @@ Must-have things for your Windows Steam Deck. [ Steam Deck Tools ] - Software suite for Steam Deck that includes Fan Control, Performance Overlay, Power Control and Steam Controller functionality. -- Version: 0.7.3 +- Version: always latest [ Disable Hibernation ] - Disable Hibernation mode. Waking up from hibernate may cause the BSOD on Steam Deck. diff --git a/Data/musthave_info_rus.txt b/Data/musthave_info_rus.txt index 19e646c..677f248 100644 --- a/Data/musthave_info_rus.txt +++ b/Data/musthave_info_rus.txt @@ -41,7 +41,7 @@ [ Steam Deck Tools ] - Набор программ для Steam Deck, который включает функции управления вентилятором, наложения производительности, управления питанием и контроллера Steam. -- Версия: 0.7.3 +- Версия: всегда последняя [ Выкл. гибернацию ] - Выключение режима гибернации. Выход из гибернации может вызывать BSOD (синий экран) на Steam Deck. diff --git a/WinDeckHelper.bat b/WinDeckHelper.bat new file mode 100644 index 0000000..eb3c43a --- /dev/null +++ b/WinDeckHelper.bat @@ -0,0 +1,4 @@ +@echo off +pushd %~dp0Data\ +PowerShell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& .\Windeckhelper.ps1" +popd \ No newline at end of file diff --git a/WinDeckHelper.exe b/WinDeckHelper.exe deleted file mode 100644 index 2c8e0be..0000000 Binary files a/WinDeckHelper.exe and /dev/null differ