Hey I am also building a desktop app, can you let me know how to export executable windows binary?
a
aarystan
01/30/2024, 3:05 AM
@Pankaj Sharma, you can do it by simply calling the gradle command to build a release or dev msi file. The list of your gradle tasks can be observed in the IDE's gradle tab on the right
p
Pankaj Sharma
01/30/2024, 5:13 AM
where does it export the MSI file to after a successful build i tried gradlew packageMsi
a
aarystan
01/30/2024, 5:14 AM
@Pankaj Sharma, you will see it in the console
p
Pankaj Sharma
01/30/2024, 5:55 AM
Not showing, and can't locate any package names MSI, DEB, all the target platforms are set in the example project but DMG it works fine. Is it because I am running it on a mac machine?
Also the JAR exported in the libs folder doesn't open it says manifest file is missing