onivim/oni

Enable Asar packaging for installation

Open

#350 aberto em 3 de abr. de 2017

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (336 forks)batch import
bountybounty-50chorehelp wantedinsiderperformance

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador