我正在使用电子的桌面应用程序工作一切正常,除了 autoUpdater.setFeedURL() 方法,它总是返回这个异常:“更新检查失败。服务器发送了无效响应。稍后再试。”
if(!isDev)
{
autoUpdater.setFeedURL({
"url":"https://github.com/MyUsername/MyRepos/releases/"
});
autoUpdater.checkForUpdates();
}