diff --git a/assets/icon.icns b/assets/icon.icns new file mode 100644 index 0000000..59e1ee7 Binary files /dev/null and b/assets/icon.icns differ diff --git a/assets/icon.ico b/assets/icon.ico new file mode 100644 index 0000000..885d1fc Binary files /dev/null and b/assets/icon.ico differ diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 0000000..7d24344 Binary files /dev/null and b/assets/icon.png differ diff --git a/assets/icon.svg b/assets/icon.svg index 8b9d06e..982d4e4 100644 --- a/assets/icon.svg +++ b/assets/icon.svg @@ -1,4 +1,20 @@ - - - bDS + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index 1382b85..d769c9f 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,7 @@ } ], "win": { + "icon": "assets/icon.ico", "target": [ { "target": "nsis", @@ -150,6 +151,7 @@ ] }, "mac": { + "icon": "assets/icon.icns", "target": [ "dmg", "zip" @@ -161,6 +163,7 @@ "entitlementsInherit": "build/entitlements.mac.inherit.plist" }, "linux": { + "icon": "assets/icon.png", "target": [ "AppImage", "deb",