From 23836081a13427182e1aae244be841ea3d664f6d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Jul 2024 11:18:12 +0200 Subject: [PATCH] Revert "Add extra description to shortcuts" This reverts commit 0d29c1bede72e2256eb229b534f167671d6a6e13. --- windows/fix_mihoyo_shortcut.bat | 2 -- windows/installers/fivem.bat | 1 - windows11.bat | 1 - 3 files changed, 4 deletions(-) diff --git a/windows/fix_mihoyo_shortcut.bat b/windows/fix_mihoyo_shortcut.bat index f00616f..e4baad6 100644 --- a/windows/fix_mihoyo_shortcut.bat +++ b/windows/fix_mihoyo_shortcut.bat @@ -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 diff --git a/windows/installers/fivem.bat b/windows/installers/fivem.bat index 16cb752..accfb90 100644 --- a/windows/installers/fivem.bat +++ b/windows/installers/fivem.bat @@ -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" diff --git a/windows11.bat b/windows11.bat index 2709ced..ac4e15e 100644 --- a/windows11.bat +++ b/windows11.bat @@ -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()"