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:
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
|
#!/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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue