From b761e3aef6e2d0cb7bf3ee63284e8e8f75a2ab5a Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 11:40:53 +0900 Subject: [PATCH] Fix paths --- helpers/scmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 8288aa9..2a0d714 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -283,7 +283,7 @@ return_to_dzg(){ # case $key in # *) exit 0 ;; # esac - zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.webp" --cancel-label="OK" + zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.html" --cancel-label="OK" return 0 } cleanup(){