We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a4a5a commit b6b2cd8Copy full SHA for b6b2cd8
extra/package.sh
@@ -77,6 +77,9 @@ cd ..
77
# ammo mod from sfall
78
"$extra_dir"/package/ammo.sh
79
80
+# hi-res patch files
81
+"$extra_dir"/package/f2_res.sh
82
+
83
# manual package: linux/mac os
84
pushd .
85
# shellcheck disable=SC2154 # from env.sh
extra/package/f2_res.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
3
+set -xeu -o pipefail
4
5
+# shellcheck disable=SC2154 # from env.sh
6
+cd "$release_dir"
7
8
+wget -nv "$(curl -s "https://api.github.com/repos/f2_res/releases/latest" | grep browser_download_url | awk -F '"' '{print $4}')"
9
+unzip f2_res*.zip
10
+mv f2_res.dat mods/
11
+rm -f f2_res*.zip
release/mods/f2_res.dat
-643 KB
0 commit comments