skohlmann / netbeans-maxcos-app-creator

Script to create a Apache Netbeans Application for macOS to simple start Netbeans from macOS Dock or double click in Applications folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: Deprecated

Simple script and template to generate a Netbeans starter application for MacOS.

Howto

Do the following steps in Terminal.

  • Clone this repository.
  • Enter the cloned directory (cd netbeans-maxcos-app-creator) or the name you gave the clone.
  • Type "./create.sh -h" and follow the questions or type "./create -n <path_to_netbeans folder>" for direct creation.

The scripts generates at least a subfolder "target" containing the Netbeans.app application.

Tested with macOS Mojave (Version 10.14) and Netbeans 10.

The script should also run with Netbeans 9 and older macOS versions.


The Netbeans icon artwork is taken from the Apache Netbeans project.

About

Script to create a Apache Netbeans Application for macOS to simple start Netbeans from macOS Dock or double click in Applications folder.

License:The Unlicense


Languages

Language:Shell 100.0%