aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-12 03:09:38 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-12 03:09:38 +0100
commit2c65fe53f264f120b5ed028cc81df629e0e6a3bc (patch)
tree4849fd187117349d5ecac1e8584955492eadc932
parent2c62f8dbd519dbb33cfb382297f0d6fef2138f69 (diff)
Enabled update-version in anticipation of the versioning PR.
-rwxr-xr-xdeployment/make.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/deployment/make.sh b/deployment/make.sh
index ac7d03bab..6b8d8de08 100755
--- a/deployment/make.sh
+++ b/deployment/make.sh
@@ -3,8 +3,7 @@
git submodule update --init --recursive
pushd ../Jellyfin.Versioning
-#TODO Uncomment the next line with PR is merged.
-#./update-version
+./update-version
popd
#TODO enabled proper flag parsing for enabling and disabling building, signing, packaging and publishing