Hey, I'm compiling the todoapp example with ```gra...
# compose-desktop
k
Hey, I'm compiling the todoapp example with
Copy code
gradle :desktop:package
And I'm only getting a .deb Even if I use
Copy code
gradle :desktop:packageMsi
I don't get an .msi file Does anyone know how to build an .msi with compose? I work on a linux vm
i
To build .msi we need to build on Windows. Cross-compilation for all platforms on single platform isn't supported.
k
Okay thank you