summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 53d0122cbc..7f1e382c07 100755
--- a/build.sh
+++ b/build.sh
@@ -546,11 +546,9 @@ then
if $build_viewer
then
begin_section "Uploads"
- # Upload installer
package=$(installer_$arch)
- if [ x"$package" != x ] && test -f "$package"
+ if [ x"$package" != x ]
then
- # Upload base package.
if [ "$last_built_variant" = "Release" ]
then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.