* Версия:^10.6.1как я могу установить приложение значок в убунту с elctron строитель
* Target: линукс
я убунту пользователь & и я мог не установлен значок для моего приложения. это ошибка:
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"
}