mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove workaround
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
614cd7d676
commit
0419a86bf1
@ -1,10 +1,6 @@
|
|||||||
!macro customInit
|
!macro customInit
|
||||||
; Make sure all old extensions are removed
|
; Make sure all old extensions are removed
|
||||||
RMDir /r "$INSTDIR\resources\extensions"
|
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
|
; Workaround for installer handing when the app directory is removed manually
|
||||||
${ifNot} ${FileExists} "$INSTDIR"
|
${ifNot} ${FileExists} "$INSTDIR"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user