diff --git a/build/icon.icns b/build/icon.icns new file mode 100644 index 0000000..56317ef Binary files /dev/null and b/build/icon.icns differ diff --git a/package.json b/package.json index 349d997..07c24d7 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "appId": "io.vikunja.desktop", "productName": "Vikunja Desktop", "artifactName": "${productName}-${version}.${ext}", + "icon": "build/icon.icns", "linux": { "target": [ "deb", @@ -57,4 +58,4 @@ "connect-history-api-fallback": "^1.6.0", "express": "^4.17.1" } -} +} \ No newline at end of file