roblox shortcut
This commit is contained in:
parent
ca06abb5c8
commit
2e78c2dabf
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue