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
I think i found an issue with the generated .nupkg update package when i package my project. The fact is that it seems the tool is generating a generic [Content_Types].xml file not taking in consideration the content of my resources folder.
This is the generate file and doesn't take in account that i'm shipping some .mp3 files and a .node one in the app.asar.unpacked folder.
The result is that when the application download and installs the autoupdate these file are not copied in the application folder, resulting in a broken installation.
The text was updated successfully, but these errors were encountered:
Actually i was quite surprised too. I spent half a day digging in electron-builder and squirrel-windows sources to understand if i was missing something but looks like Content-Types are only added here:
Setting up a test case is quite tricky since i would need to prepare a project, an update nupkg package and host everything somewhere. I can assure the issue exists.
I think i found an issue with the generated
.nupkg
update package when i package my project. The fact is that it seems the tool is generating a generic[Content_Types].xml
file not taking in consideration the content of my resources folder.This is the generate file and doesn't take in account that i'm shipping some
.mp3
files and a.node
one in theapp.asar.unpacked
folder.The result is that when the application download and installs the autoupdate these file are not copied in the application folder, resulting in a broken installation.
The text was updated successfully, but these errors were encountered: