Custom assets can't be reached currently (see that nice error coming up when trying to scan app/assets/themes) and the packaged app is now in an asar-archive which can't be accessed easily, unless you are a developer yourself.
Time to move assets and the base configuration out of the root folder and into the AppData/.electron/whatever folder.
Custom assets can't be reached currently (see that nice error coming up when trying to scan
app/assets/themes
) and the packaged app is now in an asar-archive which can't be accessed easily, unless you are a developer yourself.Time to move assets and the base configuration out of the root folder and into the AppData/.electron/whatever folder.