diff --git a/README.md b/README.md index 825d42d..63ce975 100644 --- a/README.md +++ b/README.md @@ -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 @@ -24,7 +24,7 @@ | **Manual** | $ git clone https://github.com/dante-biase/jar2app.git
$ cd jar2app
$ pip3 install -r requirements.txt
$ 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] ``` diff --git a/imgs/banner.png b/imgs/banner.png new file mode 100644 index 0000000..3bc1872 Binary files /dev/null and b/imgs/banner.png differ diff --git a/imgs/demo.gif b/imgs/demo.gif new file mode 100644 index 0000000..6a010d4 Binary files /dev/null and b/imgs/demo.gif differ