Alex Styl
11/05/2022, 4:19 AMcreateDistributable createReleaseDistributable , packageDmg and packageReleaseDmg?Alex Styl
11/05/2022, 7:10 AMcreateXXXDistributatable 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 codeAlex Styl
11/05/2022, 7:10 AMitnoles
11/05/2022, 10:31 PM