Compare commits
2 commits
ab9214d673
...
839dcca101
Author | SHA1 | Date | |
---|---|---|---|
839dcca101 | |||
8b92d8ffa7 |
2 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -254,7 +254,7 @@ else
|
||||||
@$(WGET) $(REPO_SRC)/.config/obs/basic/profiles/ReplayBuffer/basic.ini -O $(OBS_CFG)/basic/profiles/ReplayBuffer/basic.ini
|
@$(WGET) $(REPO_SRC)/.config/obs/basic/profiles/ReplayBuffer/basic.ini -O $(OBS_CFG)/basic/profiles/ReplayBuffer/basic.ini
|
||||||
@$(WGET) $(REPO_SRC)/.config/obs/basic/profiles/ReplayBuffer/recordEncoder.json -O $(OBS_CFG)/basic/profiles/ReplayBuffer/recordEncoder.json
|
@$(WGET) $(REPO_SRC)/.config/obs/basic/profiles/ReplayBuffer/recordEncoder.json -O $(OBS_CFG)/basic/profiles/ReplayBuffer/recordEncoder.json
|
||||||
@$(WGET) $(REPO_SRC)/.config/obs/basic/scenes/ReplayBuffer.json -O $(OBS_CFG)/basic/scenes/ReplayBuffer.json
|
@$(WGET) $(REPO_SRC)/.config/obs/basic/scenes/ReplayBuffer.json -O $(OBS_CFG)/basic/scenes/ReplayBuffer.json
|
||||||
@echo "$(WIN) OBS configuration synced!"
|
@echo "$(WIN) OBS configuration synced! Check your OBS to see if the screen is correctly picked up (could have turned black due to the update)"
|
||||||
@echo
|
@echo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -375,6 +375,11 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/installers/fivem.bat
|
||||||
CMD /c "%TEMP%\fivem.bat" yes
|
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 ==
|
:: === DaVinci Resolve ==
|
||||||
ECHO Useful link to download the latest version of DaVinci Resolve:
|
ECHO Useful link to download the latest version of DaVinci Resolve:
|
||||||
ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
|
ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
|
||||||
|
|
Loading…
Reference in a new issue