This message was deleted.
# multiplatform
s
This message was deleted.
p
Hey I am also building a desktop app, can you let me know how to export executable windows binary?
a
@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
where does it export the MSI file to after a successful build i tried gradlew packageMsi
a
@Pankaj Sharma, you will see it in the console
p
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