Hi all, I'm playing with KMM, have some app ongoin...
# multiplatform
v
Hi all, I'm playing with KMM, have some app ongoing and now I'm trying to build it. I have set all targets as per documentation, but when I run createDistributable I get only .dmg file even tho I specified .msi and .deb . Is it not posible yet or? I did not see anything mentioned in the docs.
c
On a Mac you can only create dmg. On a windows machine you can create a Msi and you‘ll need Linux to create a Deb. It’s because the individual packaging libraries only work in their designated platform.
v
thank you