mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +02:00
Fix freedesktop path
This commit is contained in:
parent
920181d284
commit
0b9c60a252
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -767,7 +767,7 @@ download_new_version(){
|
|||
source_dir=$(dirname "$source_script")
|
||||
mv $source_script $source_script.old
|
||||
curl -Ls "$version_url" > $source_script
|
||||
curl -Ls "$version_url" > $HOME/.local/share/applications
|
||||
curl -Ls "$version_url" > $HOME/.local/share/applications/dzgui.sh
|
||||
rc=$?
|
||||
if [[ $rc -eq 0 ]]; then
|
||||
echo "[DZGUI] Wrote $upstream to $source_script"
|
||||
|
|
Loading…
Reference in a new issue