onivim/oni

Enable Asar packaging for installation

開放

#350 建立於 2017年4月3日

 (4 則留言) (0 個反應) (0 位負責人)TypeScript (297 個分叉)batch import
bountybounty-50chorehelp wantedinsiderperformance

倉庫指標

星標
 (11,246 顆星)
PR 合併指標
 (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.

貢獻者指南