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 .suo file is causing problems for everyone using electron-updater at the moment because it's seen as a binary. electron-updater is using xelement as a dependency. The smartUnpack in electron builder is unpacking all dependencies that has a binary or an executable present in the module.
The text was updated successfully, but these errors were encountered:
Even though it's fixed in electron-builder. It would be nice for users using an older version of electron-updater to release a new version of xelement fixing mentioned problem.
There are files that are not expected to be included in the npm release of xelement.
These files are: .suo, .npmignore and xelement.sln
You should commit these files to the repository.
OBS! I would not commit the .suo file because this is not an intended file to be commited, see here: https://msdn.microsoft.com/en-us/library/bb165909.aspx
Also I would not commit the .vs folder at all. Because the github gitignore template for VisualStudio suggest to ignore this folder. See: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
The .suo file is causing problems for everyone using electron-updater at the moment because it's seen as a binary. electron-updater is using xelement as a dependency. The smartUnpack in electron builder is unpacking all dependencies that has a binary or an executable present in the module.
The text was updated successfully, but these errors were encountered: