v19.20.0 does not read electron-builder.yml
See original GitHub issue- Version: 19.20.0
- Target: win32 ia32 NSIS
The default config file electron-builder.yml
is not being read. I tried changing a bunch of settings because my app was getting extremely huge. Turns out it didn’t read the config file and just put all files into the asar package.
Version 19.19.1
works fine.
Edit: To clarify why I think it is not reading the config file:
I tried to set asar: false
and it didn’t do anything.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
electron-builder
A complete solution to package and build a ready for distribution Electron app for macOS, Windows and Linux with “auto update” support out...
Read more >Recently Active 'electron-builder' Questions - Page 24 - Stack Overflow
I am new to electron and trying to add publisher in electron builder. But when it creates the installer it says publisher as...
Read more >February | 2018 - eknori.de
Electron is a framework for creating native applications with all the emerging technologies including JavaScript, HTML and CSS. Basically, ...
Read more >Node.js v19.3.0 Documentation
If the function has not been called exactly exact times when tracker.verify() is called, then tracker.verify() will throw an error. import assert from...
Read more >The quest for building a plain wayland electron kiosk - snap
so the app needs a working session dbus … which I do indeed not have on Ubuntu Core inside a daemon snap …...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have added unit test to avoid such regressions in the future 😃 Thanks for confirmation, probably
19.20.1
will be marked as release version.Just tested
19.20.1
and the issue is fixed. Thanks for your hard work!