内容来源于 Stack Overflow,遵循 CC BY-SA 4.0 许可协议进行翻译与使用。IT领域专用引擎提供翻译支持
腾讯云小微IT领域专用引擎提供翻译支持
export default class AppUpdater { constructor() { const options = { provider: 'generic', url: 'https://example.com/auto-updates' const autoUpdater = new NsisUpdater(options) autoUpdater.addAuthHeader(`Bearer ${token}`) autoUpdater.checkForUpdatesAndNotify() }
我正试图为我的电子应用程序做一个更新,我想使用数字海洋空间。有人能帮我把上面的代码格式化成数字海洋空间格式吗?在电子更新文档中,没有关于如何连接数字海洋的具体指南。
看看 这个GitHub存储库 :在package.json中的 "build" 部分,您需要
"build"
"publish": { "provider": "spaces",