diff --git a/appimage/build-appimage.sh b/appimage/build-appimage.sh index fad760cdc..f1bce410e 100755 --- a/appimage/build-appimage.sh +++ b/appimage/build-appimage.sh @@ -31,7 +31,7 @@ readonly DEBUG="$1" # Set this to True to upload the PR version of the # AppImage to transfer.sh for testing. -readonly UPLOAD_PR_APPIMAGE="True" +readonly UPLOAD_PR_APPIMAGE="False" # Fail out on error set -exo pipefail