onivim/oni

Enable Asar packaging for installation

Open

#350 创建于 2017年4月3日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)TypeScript (336 fork)batch import
bountybounty-50chorehelp wantedinsiderperformance

仓库指标

Star
 (11,389 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

For v0.2, the asar option was set to false - meaning the app is not bundled into an asar archive. The electron-builder docs recommend keeping this as true, but excluding certain files. This can also help with the app launch speed. On all platforms, we get this warning due to disabling asar packing:

Packaging using asar archive is disabled — it is strongly not recommended.

To re-enable it, the files in the bin folder must be excluded.

贡献者指南