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
Is the .pkg and .dmg formats not supported? Returns undefined when in dmg format?
The text was updated successfully, but these errors were encountered:
dapengJia
changed the title
electron mac .dmg throw RR_UPDATER_ZIP_FILE_NOT_FOUND
electron-updater mac .dmg throw RR_UPDATER_ZIP_FILE_NOT_FOUND
Sep 12, 2019
Plus one on this. It would be great to being able to have other targets than zip for updates.
Zip has issues with notarization so updates are currently broken on MacOS Catalina.
MacUpdater findFile(files, "zip", ["pkg", "dmg"])
findFile:files.find(fileInfo => !not.some(ext => fileInfo.url.pathname.toLowerCase().endsWith(
.${ext}
)))Is the .pkg and .dmg formats not supported? Returns undefined when in dmg format?
The text was updated successfully, but these errors were encountered: