1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

Fix typos

This commit is contained in:
aclist 2022-08-14 11:20:35 +09:00
parent 4e9ba08a0e
commit 901261b908
2 changed files with 7 additions and 3 deletions

View file

@ -4,8 +4,12 @@
- Clean up logging - Clean up logging
- Custom query API - 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 ## [2.4.2-rc.4] 2022-08-13
### Changd ### Changed
- Clean up legacy symlinks - Clean up legacy symlinks
## [2.4.2-rc.3] 2022-08-13 ## [2.4.2-rc.3] 2022-08-13

View file

@ -356,7 +356,6 @@ legacy_symlinks(){
unlink "$game_dir/@$encoded_id" unlink "$game_dir/@$encoded_id"
fi fi
done done
exit
} }
symlinks(){ symlinks(){
for d in "$workshop_dir"/*; do for d in "$workshop_dir"/*; do
@ -478,7 +477,8 @@ launch(){
source_script=$(realpath "$0") source_script=$(realpath "$0")
source_dir=$(dirname "$source_script") source_dir=$(dirname "$source_script")
echo "$launch_options" > "$source_dir"/options.log 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 fi
else else