*バージョン: ^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"
}