mirror of
https://github.com/aclist/dztui.git
synced 2025-04-09 05:53:04 +02:00
Update filepicker menu
This commit is contained in:
parent
35122cf723
commit
c0e777f550
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -1032,7 +1032,7 @@ find_default_path(){
|
|||
case "$res" in
|
||||
*auto*) discover ;;
|
||||
*manual*)
|
||||
zenity --info --text="\nSelect the top-level path to the Steam library folder containing \"steamapps\".\n\nE.g., if DayZ is installed at:\n\"/media/mydrive/steamapps/common/DayZ\"\n\nYou should select:\n\"/media/mydrive\"" --width=500 &&
|
||||
zenity --info --text="\nSelect the top-level entry point to the location where Steam (not DayZ)\nis installed and before entering the \"steamapps\" path.\n\nE.g., if Steam is installed at:\n\"/media/mydrive/Steam\"\n\nCorrect:\n- \"/media/mydrive/Steam\"\n\nIncorrect:\n- \"/media/mydrive/Steam/steamapps/common/DayZ\"\n- \"/media/mydrive/\"" --width=500 &&
|
||||
file_picker ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue