Browse Source

Enabled update-version in anticipation of the versioning PR.

Erwin de Haan 6 năm trước cách đây
mục cha
commit
2c65fe53f2
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      deployment/make.sh

+ 1 - 2
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