mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
fix: update stale forum link
This commit is contained in:
parent
ce8d968ede
commit
f8bf46d51b
1 changed files with 2 additions and 2 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.3.0-rc.28
|
||||
version=3.3.0-rc.29
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -35,7 +35,7 @@ scmd_url="$testing_url/helpers/scmd.sh"
|
|||
vdf2json_url="$testing_url/helpers/vdf2json.py"
|
||||
notify_url="$testing_url/helpers/d.html"
|
||||
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"
|
||||
steamsafe_zenity="/usr/bin/zenity"
|
||||
|
||||
|
|
Loading…
Reference in a new issue