2
0
Philipp Hagemeister 12 жил өмнө
parent
commit
c74d3d5d80
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      update_latest.sh

+ 2 - 0
update_latest.sh

@@ -14,3 +14,5 @@ ln -sf --no-target-directory ../downloads/$version latest/directory
 for f in $(ls "downloads/$version/"); do \
     ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 done
+echo -n "$version" > latest/version
+