I am using electron-builder v=21.2.0 Building for windows. It just about completes (it gets to 'building' step when this happens: Error while loading icon from "C:\RP1\ArcMages\arcmages-vue-client\dist_electron\.icon-ico\icon.ico": inval...
makensis: - nsProcess::_FindProcess - nsProcess::_KillProcess - nsProcess::_Unload Error while loading icon from "icon.ico": invalid icon file makensis: Error in macro MUI_INTERFACE on macroline 64 Error in macro MUI_PAGE_INIT on macroline 3 Error in macro MUI_PAGE_WELCOME on macroli...
chainWebpackMainProcess: (config) => { config.output.filename('background.js') //解决 运行 yarn run electron:serve 报[DEP0128] DeprecationWarning: Invalid 'main' field in '\dist_electron\package.json' of 'background.js'. }, builderOptions: { "productName": "hsjm-admin111", "appId":...
electron-installer-debianwill try to help conform to these requirements by lowercasing the name provided and replacing any invalid characters with-s. options.productName Type:StringDefault:package.productName || package.name Name of the application (e.g.Atom), used in theNamefield of thedesktopsp...
invalidSeparatorError - An attempt was made to add a separator to a custom category in the Jump List. Separators are only allowed in the standard Tasks category. fileTypeRegistrationError -尝试向自定义跳转列表添加一个文件链接,但是该应用未注册处理该应用类型 customCategoryAccessDeniedError - 由于用户...
close file stream when error in httpExecutor (#7094) (1023a93) improve downloadUpdate typing to match the doc (#7099) (cd21b09) Invalid code signing for MAS build due to ordering of certificate check (#7040) (#7089) (a1d86fd) replace update-notifier with simple-update notifier due to ...
focus.invalid ~ label,input[type=date]:not(.browser-default):focus.invalid ~ label,input[type=datetime]:not(.browser-default):focus.invalid ~ label,input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,input[type=tel]:not(.browser-default):focus.invalid ~ label,input[type...
invalidSeparatorError - An attempt was made to add a separator to a custom category in the Jump List. Separators are only allowed in the standard Tasks category. fileTypeRegistrationError - An attempt was made to add a file link to the Jump List for a file type the app isn't registered ...
开发的时候可以执行,打包之后启动提示Invalid or incompatible cached data (cachedDataRejected) 开发的时候jsc文件时electron生成的,打包的时候jsc文件时本地的node生成的,两者的node版本不一样导致这种情况, 解决方法1. 确定本地electron和node_modules中的版本是否一致,并确定electron使用的node版本和自己安装的node的...
{"identity":null,//这里必须设为null,否则electron-builder会重复签名导致应用崩溃"type":"development",//如果打mas包,此处为distribution;如果是masdev包,此处为development"icon":"./icons/icon512.icns",//你的程序图标"target":[{"target":"mas-dev",//打出什么包:mas、mas-dev"arch":["x64",//...