diff --git a/README.md b/README.md index 015b178..c62f40d 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ -# Dext +![](./resources/banner.png?raw=true) [![Travis](https://img.shields.io/travis/vutran/dext/develop.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/vutran/dext) [![Coveralls branch](https://img.shields.io/coveralls/vutran/dext/develop.svg?maxAge=2592000&style=flat-square)](https://coveralls.io/github/vutran/dext) [![license](https://img.shields.io/github/license/vutran/dext.svg?maxAge=2592000&style=flat-square)](LICENSE) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/dext-app/Lobby) -> A smart launcher for Mac. Powered by JavaScript. - -![](screenshot.gif?raw=true) - -Screenshot is using the [dext-github-plugin](https://github.com/vutran/dext-github-plugin) workflow. - ## Overview **Dext** is a JavaScript powered smart launcher. Built with JavaScript behind the influences of *Alfred*. Made compatible with *Alfred* workflows that is powered by node (see: [alfy](https://github.com/sindresorhus/alfy)). +![](screenshot.gif?raw=true) + ***Note: Currently available only for Mac OS X platform. Please help contribute for Windows and Linux users.*** ## Install @@ -102,7 +98,6 @@ The ***Dext*** configuration file is located in the `.dext` folder in your home - [Pull Requests](CONTRIBUTING.md#pull-requests) - [Feedback and Suggestions](CONTRIBUTING.md#feedback-and-suggestions) - ## LICENSE MIT © [Vu Tran](https://github.com/vutran/) diff --git a/resources/banner.png b/resources/banner.png new file mode 100644 index 0000000..f0ee89a Binary files /dev/null and b/resources/banner.png differ diff --git a/resources/icon-320x320.png b/resources/icon-320x320.png new file mode 100644 index 0000000..431708a Binary files /dev/null and b/resources/icon-320x320.png differ diff --git a/resources/icon-800x800.png b/resources/icon-800x800.png new file mode 100644 index 0000000..6daa3ab Binary files /dev/null and b/resources/icon-800x800.png differ diff --git a/resources/icon.icns b/resources/icon.icns new file mode 100644 index 0000000..a4460b8 Binary files /dev/null and b/resources/icon.icns differ diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..cd711d4 Binary files /dev/null and b/resources/icon.png differ diff --git a/scripts/package.js b/scripts/package.js index f41fbb2..02205d5 100644 --- a/scripts/package.js +++ b/scripts/package.js @@ -6,6 +6,7 @@ const DEFAULT_OPTIONS = { name: 'Dext', dir: path.resolve(__dirname, '..'), out: './dist/package', + icon: path.resolve(__dirname, '..', 'resources', 'icon.icns'), overwrite: true, prune: true, ignore: [