Fix missing application icon on Linux. #19

Merged
konrad merged 1 commits from adrinux/desktop:master into master 2021-01-27 17:10:57 +00:00
2 changed files with 2 additions and 1 deletions

BIN
build/icon.icns Normal file

Binary file not shown.

View File

@ -19,6 +19,7 @@
"appId": "io.vikunja.desktop", "appId": "io.vikunja.desktop",
"productName": "Vikunja Desktop", "productName": "Vikunja Desktop",
"artifactName": "${productName}-${version}.${ext}", "artifactName": "${productName}-${version}.${ext}",
"icon": "build/icon.icns",
"linux": { "linux": {
"target": [ "target": [
"deb", "deb",
@ -57,4 +58,4 @@
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"express": "^4.17.1" "express": "^4.17.1"
} }
} }