From c4de706ace1859224b4c90a6ddb5d963f5be057a Mon Sep 17 00:00:00 2001
From: James Rowe <jroweboy@gmail.com>
Date: Thu, 23 Feb 2017 10:01:50 -0700
Subject: [PATCH] Use gzip instead of lzma on macOS and linux releases

A common report from macOS users is they can't figure out how to unzip the
program. This will allow them to double click to unzip the archive which
is what users on macOS expect.
---
 .travis-upload.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis-upload.sh b/.travis-upload.sh
index 9aed815d43..bab169527a 100755
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -118,8 +118,8 @@ EOL
     cp license.txt "$REV_NAME"
     cp README.md "$REV_NAME"
 
-    ARCHIVE_NAME="${REV_NAME}.tar.xz"
-    tar -cJvf "$ARCHIVE_NAME" "$REV_NAME"
+    ARCHIVE_NAME="${REV_NAME}.tar.gz"
+    tar -czvf "$ARCHIVE_NAME" "$REV_NAME"
 
     # move the compiled archive into the artifacts directory to be uploaded by travis releases
     mv "$ARCHIVE_NAME" artifacts/