Skip to content
Snippets Groups Projects

Support 2649

Merged alexandr.kravchenko requested to merge support-2649 into master
2 files
+ 1
47
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -38,7 +38,7 @@ for platform in $PLATFORMS; do
fi
done
done
# [ -e prod_build/$platform/scripts/post-build.sh ] && prod_build/$platform/scripts/post-build.sh #For post-build actions not in chroot (global publish)
[ -e prod_build/$platform/scripts/post-build.sh ] && prod_build/$platform/scripts/post-build.sh #For post-build actions not in chroot (global publish)
PKG_FORMAT=$(echo $PKG_FORMAT | cut -d ' ' -f2-)
# export_variables clean
done
Loading