lucaskobashi / jar2app

Creates a .app file for macOS from JAR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jar2app

Creates a .app file for macOS from JAR

Pre-conditions:

macOS Device
java
.jar file

How to make this work?

  1. Clone the files to your computer
git clone https://github.com/lucaskobashi/jar2app.git
  1. Run the script
bash jar2app.sh

How to create the .app file using the script?

  1. Input the name of the desired .app name without the extension
  2. Input the absolute path for the .jar file
  3. Input the absolute path for the .icns file
    • Or just press enter for none
  4. Sit down and wait (:

About

Creates a .app file for macOS from JAR


Languages

Language:Shell 100.0%