随笔分类 - electron-builder
摘要:electron-updater 下载无进度问题 突然某一次更新 download-progress 事件不触发了 下载进度显示了,直到下载结束 触发update-downloaded事件 开始以为是 electron-builder 和 electron-updater 版本问题,因为最近更新过n
阅读全文
摘要:参考文章 配置文件关联 官方配置文档 fileAssociations: [ { ext: "ipc", // 关联文件扩展名 .ipc name: "IPS Config File", // 名称 默认为 ext description: "iConfig Machine Config File"
阅读全文
摘要:修改 electron 下载源 找到用户目录下对应源的配置文件,如果没有就新建一个即可 npm 修改 .npmrc ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ yarn 修改 .yarnrc ELECTRON_MIRROR "htt
阅读全文
摘要:electron-builder 官方文档 :https://www.electron.build/configuration/nsis#NsisOptions-script 添加自定义安装卸载界面需要在 builderOptions 中添加 include 脚本 添加 include 脚本 nsi
阅读全文
摘要:环境依赖 Windows Windows 环境依赖需要 Visual Studio 和 python Visual Studio 和 python 在安装 node 时会提示安装 window 对应的编译环境勾选安装即可, 或使用脚本安装编译环境,也可以使用 npm 全局安装 windows-bui
阅读全文

浙公网安备 33010602011771号