mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
chore: update branch
This commit is contained in:
parent
f4d153bad5
commit
f28044051a
1 changed files with 4 additions and 4 deletions
8
dzgui.sh
8
dzgui.sh
|
@ -32,9 +32,9 @@ sums_path="$helpers_path/sums.md5"
|
|||
scmd_file="$helpers_path/scmd.sh"
|
||||
km_helper_url="$releases_url/latlon"
|
||||
db_file="$releases_url/ips.csv.gz"
|
||||
sums_url="$testing_url/helpers/sums.md5"
|
||||
scmd_url="$testing_url/helpers/scmd.sh"
|
||||
vdf2json_url="$testing_url/helpers/vdf2json.py"
|
||||
sums_url="$stable_url/helpers/sums.md5"
|
||||
scmd_url="$stable_url/helpers/scmd.sh"
|
||||
vdf2json_url="$stable_url/helpers/vdf2json.py"
|
||||
forum_url="https://github.com/aclist/dztui/discussions"
|
||||
version_file="$config_path/versions"
|
||||
steamsafe_zenity="/usr/bin/zenity"
|
||||
|
@ -210,7 +210,7 @@ freedesktop_dirs(){
|
|||
mkdir -p "$freedesktop_path"
|
||||
curl -s "$version_url" > "$sd_install_path/dzgui.sh"
|
||||
chmod +x "$sd_install_path/dzgui.sh"
|
||||
img_url="$testing_url/images"
|
||||
img_url="$stable_url/images"
|
||||
for i in dzgui grid.png hero.png logo.png; do
|
||||
curl -s "$img_url/$i" > "$sd_install_path/$i"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue