1
0
Fork 0
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:
aclist 2022-05-29 14:02:39 +09:00 committed by GitHub
parent 905c98c406
commit 7ab0d7378a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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