mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Fix typos
This commit is contained in:
parent
4e9ba08a0e
commit
901261b908
2 changed files with 7 additions and 3 deletions
|
@ -4,8 +4,12 @@
|
|||
- Clean up logging
|
||||
- Custom query API
|
||||
|
||||
## [2.4.2-rc.5] 2022-08-13
|
||||
### Fixed
|
||||
- Cleaned typos and removed debug code
|
||||
|
||||
## [2.4.2-rc.4] 2022-08-13
|
||||
### Changd
|
||||
### Changed
|
||||
- Clean up legacy symlinks
|
||||
|
||||
## [2.4.2-rc.3] 2022-08-13
|
||||
|
|
4
dzgui.sh
4
dzgui.sh
|
@ -356,7 +356,6 @@ legacy_symlinks(){
|
|||
unlink "$game_dir/@$encoded_id"
|
||||
fi
|
||||
done
|
||||
exit
|
||||
}
|
||||
symlinks(){
|
||||
for d in "$workshop_dir"/*; do
|
||||
|
@ -478,7 +477,8 @@ launch(){
|
|||
source_script=$(realpath "$0")
|
||||
source_dir=$(dirname "$source_script")
|
||||
echo "$launch_options" > "$source_dir"/options.log
|
||||
echo "[DZGUI] Wrote 'options.log' to $source_dir"
|
||||
echo "[DZGUI] Wrote launch options ot 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
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue