roblox shortcut

This commit is contained in:
Mylloon 2024-10-29 17:03:25 +01:00
parent ca06abb5c8
commit 2e78c2dabf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -388,6 +388,15 @@ MKDIR "%ProgramFiles(x86)%\FanControl\Configurations" 2>NUL
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/FanControl/userConfig.json -OutFile '%ProgramFiles(x86)%\FanControl\Configurations\userConfig.json'"
:: === Bloxstrap ==
ECHO Roblox shortcut creation...
PowerShell -Command "" ^
"$WshShell = New-Object -comObject WScript.Shell;" ^
"$Shortcut = $WshShell.CreateShortcut('!startmenu!\Roblox.lnk');" ^
"$Shortcut.TargetPath = '%LOCALAPPDATA%\Bloxstrap\Bloxstrap.exe';" ^
"$Shortcut.Save()"
:: === DaVinci Resolve ==
ECHO Useful link to download the latest version of DaVinci Resolve:
ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion