Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dante-biase committed Dec 28, 2021
1 parent 80a24e4 commit ab4f88f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Image description](https://i.ibb.co/mNy4nns/banner.png)
![Image description](imgs/banner.png)


# jar2app

**jar2app** is an extremely simple, python based, command line tool to package JAR files into Mac OS applications, based off a [tutorial](http://www.zitnik.si/wordpress/2016/02/21/creating-a-mac-os-app-from-a-runnable-jar-file/) created by Slavko Žitnik.

![](https://i.ibb.co/k82VnnG/demo.gif)
![](imgs/demo.gif)

## Compatibility
- macOS
Expand All @@ -24,7 +24,7 @@
| **Manual** | $ git clone https://github.com/dante-biase/jar2app.git<br>$ cd jar2app<br>$ pip3 install -r requirements.txt<br>$ chmod +x jar2app.py | $ ./jar2app.py JAR_FILE [OPTIONS] |

### JAR_FILE
> specifies the jar file to be converted into an application, required
- specifies the jar file to be converted into an application, required

### [OPTIONS]
```
Expand Down
Binary file added imgs/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 imgs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab4f88f

Please sign in to comment.