From 1766dc59de604401116c83ec82673408a8509ee0 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 1 Feb 2018 14:55:28 +0100 Subject: [PATCH] Remove asar files & folders (fixes #42711) --- build/win32/code.iss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/win32/code.iss b/build/win32/code.iss index 4230f7d0517cf..2045e46896183 100644 --- a/build/win32/code.iss +++ b/build/win32/code.iss @@ -51,6 +51,8 @@ Type: filesandordirs; Name: "{app}\resources\app\out"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\plugins"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\extensions"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\node_modules"; Check: IsNotUpdate +Type: filesandordirs; Name: "{app}\resources\app\node_modules.asar.unpacked"; Check: IsNotUpdate +Type: files; Name: "{app}\resources\app\node_modules.asar"; Check: IsNotUpdate Type: files; Name: "{app}\resources\app\Credits_45.0.2454.85.html"; Check: IsNotUpdate [UninstallDelete] @@ -1003,7 +1005,7 @@ begin Result := ExpandConstant('{app}'); end; -function BoolToStr(Value: Boolean): String; +function BoolToStr(Value: Boolean): String; begin if Value then Result := 'true'