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
When using the hosted update.electronjs.org server, I get the blockmap URL in the url property of the response object, instead of the ZIP-file for the macOS distribution. This blocks the auto update function for us.
However, for a forked repo used for testing, I get the proper zip file in the url property.
Hi,
When using the hosted
update.electronjs.org
server, I get the blockmap URL in theurl
property of the response object, instead of the ZIP-file for the macOS distribution. This blocks the auto update function for us.However, for a forked repo used for testing, I get the proper zip file in the
url
property.https://update.electronjs.org/servicepos/printdesk/darwin-x64/v1.62.5
https://update.electronjs.org/amatzen/printdesk/darwin-x64/v1.62.5
I suspect the RegEx here to falsely turn positive on
Printdesk-1.62.6-mac.zip.blockmap
:update.electronjs.org/index.js
Lines 268 to 270 in f0d89fe
The text was updated successfully, but these errors were encountered: