I am on macOS and I am trying to build the windows...
# compose-desktop
y
I am on macOS and I am trying to build the windows version. Using
./gradlew packageMsi
builds "successfully" but doesn't do anything. It seems that you need to be using a Windows machine to build a .msi package. Or not? That being said, can I build something on macOS that is runnable on Windows without building a .msi package?
2
b
Native binaries usually require native hosts to build on. Same applies for compose desktop.
y
Ok thanks
a
Even on Windows, you need wix binaries for that.
b
You can build your msi in the github actions ;)
y
oh really? that is so cool :)
b
Or just spin up a windows VM. Lots of options these days