1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00

fix: update stale forum link

This commit is contained in:
aclist 2023-05-13 02:25:38 +09:00
parent ce8d968ede
commit f8bf46d51b

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=3.3.0-rc.28 version=3.3.0-rc.29
aid=221100 aid=221100
game="dayz" game="dayz"
@ -35,7 +35,7 @@ scmd_url="$testing_url/helpers/scmd.sh"
vdf2json_url="$testing_url/helpers/vdf2json.py" vdf2json_url="$testing_url/helpers/vdf2json.py"
notify_url="$testing_url/helpers/d.html" notify_url="$testing_url/helpers/d.html"
notify_img_url="$testing_url/helpers/d.webp" notify_img_url="$testing_url/helpers/d.webp"
forum_url="https://github.com/aclist/dztui/discussions" forum_url="https://old.reddit.com/r/dzgui"
version_file="$config_path/versions" version_file="$config_path/versions"
steamsafe_zenity="/usr/bin/zenity" steamsafe_zenity="/usr/bin/zenity"