diff --git a/images/1024.png b/images/1024.png new file mode 100644 index 000000000000..1ebe90b714fa Binary files /dev/null and b/images/1024.png differ diff --git a/images/128.png b/images/128.png new file mode 100644 index 000000000000..c3b3f31d8919 Binary files /dev/null and b/images/128.png differ diff --git a/images/16.png b/images/16.png new file mode 100644 index 000000000000..87951417c1cb Binary files /dev/null and b/images/16.png differ diff --git a/images/24.png b/images/24.png new file mode 100644 index 000000000000..1e3dd5923f74 Binary files /dev/null and b/images/24.png differ diff --git a/images/256.png b/images/256.png new file mode 100644 index 000000000000..42971f7c6d5c Binary files /dev/null and b/images/256.png differ diff --git a/images/32.png b/images/32.png new file mode 100644 index 000000000000..e10367594c55 Binary files /dev/null and b/images/32.png differ diff --git a/images/48.png b/images/48.png new file mode 100644 index 000000000000..4dc19c4d3689 Binary files /dev/null and b/images/48.png differ diff --git a/images/512.png b/images/512.png new file mode 100644 index 000000000000..d853dc6a7031 Binary files /dev/null and b/images/512.png differ diff --git a/images/64.png b/images/64.png new file mode 100644 index 000000000000..c54b2dd462ea Binary files /dev/null and b/images/64.png differ diff --git a/package.json b/package.json index c48e3761f150..84d78d4610ae 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "grunt-gitinfo": "^0.1.7", "grunt-jscs": "^1.1.0", "grunt-preen": "^1.0.0", - "grunt-saucelabs": "^8.3.3" + "grunt-saucelabs": "^8.3.3", + "icon-gen": "^1.0.7" }, "scripts": { "test": "grunt test", @@ -34,7 +35,8 @@ "start": "electron .", "pack": "build --dir --em.NODE_ENV=$NODE_ENV", "dist": "build --em.NODE_ENV=$NODE_ENV", - "release": "build --em.NODE_ENV=$NODE_ENV" + "release": "build --em.NODE_ENV=$NODE_ENV", + "icon-gen": "icon-gen -r -t png -m 'ico,icns' -n 'ico=icon,icns=icon' -i ./images -o ./build" }, "build": { "appId": "org.whispersystems.signal-desktop",