Hi All. When I attempt to do `packageDmg` I get th...
# compose-desktop
x
Hi All. When I attempt to do
packageDmg
I get the following build error
Copy code
Execution failed for task ':app:desktop:createDistributable'.
> java.util.zip.ZipException: duplicate entry: META-INF/services/
packageMsi
and
packageDeb
seems to work as intended 🤔
a
dont seem to be having this issue here (also packaging dmg) without additional changes. is it multiplatform?
x
yup. But this particular module only targets the jvm
a
should be working then. try creating an empty dektop project using the kmp wizard and package it
if it works, the issue is in your project. if it doesnt, something is up with your tooling
x
yup - let me see if i can create a minimal reproducer. Thanks alex
👍 1