Procházet zdrojové kódy

Enabled update-version in anticipation of the versioning PR.

Erwin de Haan před 6 roky
rodič
revize
2c65fe53f2
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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