This commit is contained in:
aclist 2022-08-15 19:39:05 +09:00
parent c538ff06ad
commit e91003979c

2
dzgui.sh Executable file → Normal file
View File

@ -485,7 +485,7 @@ launch(){
source_script=$(realpath "$0")
source_dir=$(dirname "$source_script")
echo "$launch_options" > "$source_dir"/options.log
echo "[DZGUI] Wrote launch options ot to $source_dir/options.log"
echo "[DZGUI] Wrote launch options to $source_dir/options.log"
zenity --info --width 500 --title="DZGUI" --text="Wrote launch options to \n$source_dir/options.log" 2>/dev/null
fi