Replies: 1 comment
-
是否指 Electron 程序更新? 这实际和 electron-vite 构建工具无关。但它可以辅助你实现这个想法。增量更新程序文件,意味着你需要将经常要更新的业务代码,和不需要经常更新的代码,拆分打包,这一部分你可以参考 但做一个桌面端软件,我觉得对增量这个意义并不大,如果还需要考虑大小和流量消耗,那用web更适合。 建议还是使用 electron-builder,它提供完善的打包和升级体系。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
electron-vite的增量更新应该如何实现
Beta Was this translation helpful? Give feedback.
All reactions