keplerian
keplerian

Reputation: 562

How to run the Install4j Command Line Compiler on macOS?

I can build my install4j (Gradle) project on Windows using the command line compiler, but I now need to do the same on macOS (for app notarization). I only see references to the Windows .exe in the documentation. Is there a command line compiler for macOS or should I try the Gradle plugin?

Upvotes: 1

Views: 151

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48015

The command line utilities on macOS are located inside the application bundle. In the toolbar of the install4j IDE on macOS there is a "Tools" button that gives you access to two actions:

  1. Show the tools directory in the finder
  2. Install symbolic links, so you can access them in any terminal window

Upvotes: 1

Related Questions