fix honkai icon

This commit is contained in:
Mylloon 2024-04-18 01:35:18 +02:00
parent 48f9199eed
commit f060f00ba2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -23,7 +23,7 @@ PowerShell -Command "" ^
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Honkai Star Rail.lnk');" ^
"$Shortcut.TargetPath = '!collapse!\!exe!';" ^
"$Shortcut.Arguments = 'open -g 2 -r 0';" ^
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-icon-starrail.ico';" ^
"$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-starrail.ico';" ^
"$Shortcut.Save()"
IF NOT "%1"=="yes" PAUSE