mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +01:00
chore: add comments
This commit is contained in:
parent
ea0d94a2fc
commit
4b95033c19
2 changed files with 3 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -580,7 +580,7 @@ fetch_helpers_by_sum(){
|
|||
["ui.py"]="be3da1e542d14105f4358dd38901e25a"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="0cbec29142f4fcb03b2bd8367fe365e4"
|
||||
["funcs"]="bdf2b0d71622de2a5762005290879b3d"
|
||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
)
|
||||
local author="aclist"
|
||||
|
|
|
@ -70,6 +70,8 @@ game_dir="$steam_path/steamapps/common/DayZ"
|
|||
#URLS
|
||||
author="aclist"
|
||||
repo="dztui"
|
||||
#TODO: this is hardcoded
|
||||
#2024-12-12
|
||||
gh_prefix="https://github.com"
|
||||
issues_url="$gh_prefix/$author/$repo/issues"
|
||||
url_prefix="https://codeberg.org/$author/$repo/branch"
|
||||
|
|
Loading…
Reference in a new issue