You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: