fix asar option

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 17:37:43 -08:00
parent dd2e7ba57f
commit 8d74d00449

View File

@@ -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')