From 0419a86bf124fb5bad9a1cb148d24da6d2931fad Mon Sep 17 00:00:00 2001 From: Juho Heikka Date: Mon, 3 Oct 2022 13:57:46 +0300 Subject: [PATCH] Remove workaround Signed-off-by: Juho Heikka --- build/installer.nsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/installer.nsh b/build/installer.nsh index e4b8ea5189..d0fe18809a 100644 --- a/build/installer.nsh +++ b/build/installer.nsh @@ -1,10 +1,6 @@ !macro customInit ; Make sure all old extensions are removed RMDir /r "$INSTDIR\resources\extensions" - ; Workaround for old node_modules having already duplicate extensions - RMDir /r "$APPDATA\${APP_FILENAME}\node_modules\lens-license" - RMDir /r "$APPDATA\${APP_FILENAME}\node_modules\lens-survey" - RMDir /r "$APPDATA\${APP_FILENAME}\node_modules\lens-telemetry" ; Workaround for installer handing when the app directory is removed manually ${ifNot} ${FileExists} "$INSTDIR"