Skip to content

Commit

Permalink
add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Nov 8, 2016
1 parent 5e792bf commit 422b69e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/)
Binary file added resources/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon-320x320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon-800x800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon.icns
Binary file not shown.
Binary file added resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scripts/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 422b69e

Please sign in to comment.