Skip to content

Commit

Permalink
master:Fixed retina icon and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DKunin committed Apr 26, 2017
1 parent f6b3c45 commit ceb879d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

Barebones simple server, to open files in your favorite editor from whereever possible.

Install it:
### Install it:
[Latest Version](https://github.com/DKunin/menubar-helper/releases)

![screen](./assets/images/screen-0.png)


Configure it:
### Configure it:

![screen](./assets/images/screen-1.png)
![screen](./assets/images/screen-2.png)

Set path to your favorite editor.
### Set path to your favorite editor.

Now set your tools (extentions and stuff) to call:

Expand All @@ -24,3 +24,6 @@ Now set your tools (extentions and stuff) to call:
```

And it will open your editor on specified line and column.

### Changelog
1.1.1 Updated tray icon for retina
Binary file added assets/images/icon-16@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bin/prepeare-icons
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

sizes=( 128 16 )
sizes=( 128 32 16 )

for i in "${sizes[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "menubar-helper",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple menubar app to help open files in editor",
"author": "Dmitri Kunin",
"license": "MIT",
Expand Down

0 comments on commit ceb879d

Please sign in to comment.