From fc31848e0bb6b1c4a9887256ff9f27ef0892b87c Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 29 Aug 2021 18:33:00 +0200 Subject: [PATCH] bugfix --- optional/install-sonospc.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional/install-sonospc.cmd b/optional/install-sonospc.cmd index d3e8f3a..a91ea5e 100644 --- a/optional/install-sonospc.cmd +++ b/optional/install-sonospc.cmd @@ -14,7 +14,7 @@ echo installing SONOS PC client ... start /wait %EXE% /L1031 /S /v/qn echo moving SONOS startmenu shortcut ... -move /Y %STARTMENU%\"Sonos\Sonos.lnk" %STARTMENU%\Inkscape.lnk +move /Y %STARTMENU%\"Sonos\Sonos.lnk" %STARTMENU%\Sonos.lnk echo removing SONOS startmenu folder ... rd /S /Q %STARTMENU%\"Sonos" 2>nul