*版本:^10.6.1
*目标:linux
我是 ubuntu 用户,我无法为我的应用设置图标。这是错误:
No native production dependencies
Packaging for linux x64 using electron 1.4.1 to dist/linux-unpacked
⚠️ Application icon is not set, default Electron icon will be used
Building AppImage for arch x64
这是我的 package.jason 的构建部分:
"build": {
"appId": "985654798458542",
"mac": {
"category": "crm"
},
"win": {
"iconUrl": "logo.png"
},
"linux": {
"iconUrl": "logo.png"
}