Reputation: 562
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
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:
Upvotes: 1