fix(app): Fix settings being unavailable when packaged

This fixes an issue where the settings model would be missing
from Etcher when packaged, as it's used in two different contexts;
namely the webpack bundle and the main process.

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-06-20 20:05:56 +02:00
parent 07025ae76b
commit a902872880
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -6,7 +6,6 @@ nodeGypRebuild: false
publish: null
files:
- lib
- "!lib/gui/app"
- lib/gui/app/index.html
- generated
- build/**/*.node