Add FanControl config on installation
This commit is contained in:
parent
8b92d8ffa7
commit
839dcca101
1 changed files with 5 additions and 0 deletions
|
@ -375,6 +375,11 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/installers/fivem.bat
|
|||
CMD /c "%TEMP%\fivem.bat" yes
|
||||
|
||||
|
||||
:: === FanControl ==
|
||||
MKDIR "%ProgramFiles(x86)%\FanControl\Configurations" 2>NUL
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/FanControl/userConfig.json -OutFile '%ProgramFiles(x86)%\FanControl\Configurations\userConfig.json'"
|
||||
|
||||
|
||||
:: === DaVinci Resolve ==
|
||||
ECHO Useful link to download the latest version of DaVinci Resolve:
|
||||
ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
|
||||
|
|
Loading…
Reference in a new issue