fix honkai icon
This commit is contained in:
parent
48f9199eed
commit
f060f00ba2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue