mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Add default Steam Deck path to config
This commit is contained in:
parent
905c98c406
commit
7ab0d7378a
1 changed files with 3 additions and 2 deletions
5
dzgui.sh
5
dzgui.sh
|
@ -71,7 +71,7 @@ write_config(){
|
|||
cat <<-'END'
|
||||
|
||||
#Path to DayZ installation (change if using multiple SD cards)
|
||||
steam_path=""
|
||||
steam_path="/home/deck/.local/share/Steam"
|
||||
workshop_dir="$steam_path/steamapps/workshop/content/$aid"
|
||||
game_dir="$steam_path/steamapps/common/DayZ"
|
||||
|
||||
|
@ -175,7 +175,8 @@ test_mod_page(){
|
|||
steam steam://url/CommunityFilePage/498101407
|
||||
}
|
||||
test_browser(){
|
||||
echo $BROWSER | zenity --text-info $sd_res
|
||||
#echo $BROWSER | zenity --text-info $sd_res
|
||||
steam://openurl/https://github.com/aclist/dztui/issues/9
|
||||
}
|
||||
set_mode(){
|
||||
if [[ $debug -eq 1 ]]; then
|
||||
|
|
Loading…
Reference in a new issue