Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 ElectronJs 的新手,我正在使用电子更新程序包来发布应用程序并获取应用程序更新。我已经按照文档进行了配置,目前 checkForUpdate 方法正在从 S3 存储桶获取更新,但我需要将其更改为 HTTPS URL,因此将来 checkForUpdate 方法应该调用 URL 而不是 S3 存储桶。