From 8d74d004492a495f915ac798b0a36fcc3f1474b3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 10 Mar 2016 17:37:43 -0800 Subject: [PATCH] fix asar option --- bin/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/package.js b/bin/package.js index 4d4b02e2..1a3ba31a 100755 --- a/bin/package.js +++ b/bin/package.js @@ -25,7 +25,7 @@ var all = { // Package the application's source code into an archive, using Electron's archive // format. Mitigates issues around long path names on Windows and slightly speeds up // require(). - asar: false, + asar: true, // The build version of the application. Maps to the FileVersion metadata property on // Windows, and CFBundleVersion on OS X. We're using the short git hash (e.g. 'e7d837e')