Skip to content

Commit 7fcddc4

Browse files
committed
switch to correct assets package for this version
1 parent 7ec33c5 commit 7fcddc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/download-paks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ DATA_110="data-1.1.0.zip"
2626
download "https://github.com/GrangerHub/tremulous-data/archive/refs/tags/v1.1.0.zip" $DATA_110
2727

2828
# 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" \
29+
DATA_GRHUB="data-grhub-1.3.0.pk3"
30+
download "https://github.com/GrangerHub/tremulous-assets/releases/download/data-1.3.0/tremulous-grhub-1.3.0.pk3" \
3131
$DATA_GRHUB
3232

3333
if [[ $dir == "./build/release-darwin-x86_64" ]]; then

0 commit comments

Comments
 (0)