From 3aa263852e2d6f72fb9ce6e38bcf71ccbbcdf48d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 4 Feb 2020 20:18:37 -0800 Subject: [PATCH] Fix git asking for user input --- scripts/build-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-package.sh b/scripts/build-package.sh index fd48e01..642e65b 100755 --- a/scripts/build-package.sh +++ b/scripts/build-package.sh @@ -5,7 +5,7 @@ set -e echo "Checking out $BRANCH" git clone --recursive --branch $BRANCH --depth 1 https://github.com/moonlight-stream/moonlight-qt.git cd moonlight-qt -git show HEAD +git log -1 # Grab the verson metadata VERSION=`cat app/version.txt`