diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-12-13 00:06:04 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2013-12-13 00:06:04 +0200 |
commit | ea940a21135c0c8e1b0ab12c2537cb5d3999484b (patch) | |
tree | 6b6809e299ac72fd05b45b6f55385d8e11b0ba56 /build.sh | |
parent | 72d2d1a975bb971fcb9c65b8e12d6f55b6c0c17d (diff) | |
parent | dd0d7de67d12660b16720c47bdd4b238226d93e5 (diff) |
merge
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -347,8 +347,7 @@ then if $build_viewer then begin_section Upload Installer - # Upload installer - note that ONLY THE FIRST ITEM uploaded as "installer" - # will appear in the version manager. + # Upload installer package=$(installer_$arch) if [ x"$package" = x ] || test -d "$package" then @@ -372,7 +371,7 @@ then then upload_item installer "$package" binary/octet-stream else - record_failure "Failed to upload $package_id package." + record_failure "Failed to upload $package_id package ($package::$additional_package_name)." fi done export additional_package_name="" |