Closed ghost closed 3 years ago
I don't have experience with NetBeans, but this project uses GitHub Actions to create package installers for different platforms, including macOS. GitHub Actions gives you free access to virtual machines running Windows, Linux and macOS, so you don't need to own a Mac to create a package for macOS. This configuration file instructs GitHub to execute the Gradle build on each of the three platforms.
I created jpackage successfully for windows and linux os.
I want to create a jpackage for mac os.
But , I have only one windows machine.
I want to create a jpackage for mac os without mac machine.
My friend says
Is it possible to create a jpackage for mac os without mac machine ?