installer_cross scripts are generally pedantic about checking that the operations they attempt also success. One exception is that installer_build.sh creates Output directory, but proceeds without checking if it succeeded. Presumably this can only lead to failure when nsis tries to write the installer to the directory.
installer_cross scripts are generally pedantic about checking that the operations they attempt also success. One exception is that installer_build.sh creates Output directory, but proceeds without checking if it succeeded. Presumably this can only lead to failure when nsis tries to write the installer to the directory.