delete discord shortcut
This commit is contained in:
parent
1547d9d496
commit
8aad5d0e62
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ PowerShell -Command "" ^
|
||||||
"Start-Process -Wait -NoNewWindow '!vencord!' '-install', '-location !discord_dir!';" ^
|
"Start-Process -Wait -NoNewWindow '!vencord!' '-install', '-location !discord_dir!';" ^
|
||||||
"Remove-Item -Force '!vencord!'"
|
"Remove-Item -Force '!vencord!'"
|
||||||
|
|
||||||
|
:: Delete newly created Discord shortcut
|
||||||
|
DEL %HOMEPATH%\Desktop\Discord.lnk 2>NUL
|
||||||
|
ie4uinit -show
|
||||||
|
ECHO Remove the desktop shortcut
|
||||||
|
|
||||||
IF NOT "%1"=="yes" (
|
IF NOT "%1"=="yes" (
|
||||||
:: Restart Discord
|
:: Restart Discord
|
||||||
PowerShell Start-Process "!discord_dir!\app-*\Discord.exe"
|
PowerShell Start-Process "!discord_dir!\app-*\Discord.exe"
|
||||||
|
|
Loading…
Reference in a new issue