* 版本:^ 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"
}
答案 0 :(得分:0)
来自electron-builder quick-setup:
在项目的根目录中创建目录构建并保存 background.png(macOS DMG背景),icon.icns(macOS app icon)和 icon.ico(Windows应用程序图标)进入它。
将根据macOS自动生成Linux图标集 icns文件(或者你可以将它们放入build / icons目录中 想要自己指定它们。文件名必须包含大小 (例如32x32.png)的图标)。
您必须通过mac-options指定您的图标,即使它不是您的构建目标。