We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec33c5 commit 7fcddc4Copy full SHA for 7fcddc4
misc/download-paks.sh
@@ -26,8 +26,8 @@ DATA_110="data-1.1.0.zip"
26
download "https://github.com/GrangerHub/tremulous-data/archive/refs/tags/v1.1.0.zip" $DATA_110
27
28
# named "grhub" so it comes after "gpp"
29
-DATA_GRHUB="data-grhub-1.3.1.pk3"
30
-download "https://github.com/GrangerHub/tremulous-assets/releases/download/data-1.3.1/tremulous-grhub-1.3.1.pk3" \
+DATA_GRHUB="data-grhub-1.3.0.pk3"
+download "https://github.com/GrangerHub/tremulous-assets/releases/download/data-1.3.0/tremulous-grhub-1.3.0.pk3" \
31
$DATA_GRHUB
32
33
if [[ $dir == "./build/release-darwin-x86_64" ]]; then
0 commit comments