What is the difference between `createDistributabl...
# compose-desktop
a
What is the difference between
createDistributable
createReleaseDistributable
,
packageDmg
and
packageReleaseDmg
?
I think i got it (in Mac context):
createXXXDistributatable
makes the app file, one can use to run the app on their machine
packageXXXDmg
makes the
.dmg
file of the app (with the nice drag to Application window) if it is
release
or not it will run the release build type, meaning it can use proguard to minify/obfs code
what wasn’t obvious to me was whether notarization happens or not. turns out it does happen on all of them (if enabled)
i
that would be useful if it is universal binary