Cordova Electron Builder 图标在 Linux 上打包错误
在 Linux 上为 Electron 构建 Cordova 应用程序时,中的图标文件的platforms/electron/build-res名称不正确installer.png。(Linux 配置页面说The icon filename must contain the size (e.g. 32x32.png) of the icon.)这导致结果包中的图标文件位于 下/usr/share/icons/hicolor/0x0,因此无法在桌面环境中正确显示。无论我在中icon的元素上放置什么属性,名称似乎都不会改变,即使我手动将图标重命名为、编辑并手动调...