mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
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:
parent
07025ae76b
commit
a902872880
@ -6,7 +6,6 @@ nodeGypRebuild: false
|
|||||||
publish: null
|
publish: null
|
||||||
files:
|
files:
|
||||||
- lib
|
- lib
|
||||||
- "!lib/gui/app"
|
|
||||||
- lib/gui/app/index.html
|
- lib/gui/app/index.html
|
||||||
- generated
|
- generated
|
||||||
- build/**/*.node
|
- build/**/*.node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user