Revert "Add extra description to shortcuts"

This reverts commit 0d29c1bede.
This commit is contained in:
Mylloon 2024-07-18 11:18:12 +02:00
parent 0d29c1bede
commit 23836081a1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 0 additions and 4 deletions

View file

@ -24,7 +24,6 @@ PowerShell -Command "" ^
"$Shortcut.TargetPath = '!collapse!\!exe!';" ^
"$Shortcut.Arguments = 'open --game 2 --region 0 --play';" ^
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-starrail.ico';" ^
"$Shortcut.Description = 'HSR';" ^
"$Shortcut.Save()"
:: ZZZ shortcut
@ -35,7 +34,6 @@ PowerShell -Command "" ^
"$Shortcut.TargetPath = '!collapse!\!exe!';" ^
"$Shortcut.Arguments = 'open --game 3 --region 0 --play';" ^
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-zenless.ico';" ^
"$Shortcut.Description = 'ZZZ';" ^
"$Shortcut.Save()"
IF NOT "%1"=="yes" PAUSE

View file

@ -19,7 +19,6 @@ PowerShell -Command "" ^
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\FiveM.lnk');" ^
"$Shortcut.WorkingDirectory = \"$path\";" ^
"$Shortcut.TargetPath = $outFile;" ^
"$Shortcut.Description = 'GTA';" ^
"$Shortcut.Save()"
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\fivem" /f /v DisplayName /t REG_SZ /d "FiveM"
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\fivem" /f /v InstallLocation /t REG_SZ /d "%LOCALAPPDATA%\FiveM"

View file

@ -216,7 +216,6 @@ PowerShell -Command "" ^
"$exe = (Get-ChildItem $env:LOCALAPPDATA\Microsoft\WinGet\Packages\Ryujinx.Ryujinx_Microsoft.Winget.*\publish\Ryujinx.exe).FullName;" ^
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Ryujinx.lnk');" ^
"$Shortcut.TargetPath = $exe;" ^
"$Shortcut.Description = 'Switch';" ^
"$Shortcut.Save()"