From 3503857cfdeb6db1c66925807b52947e1b529a15 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 23 Oct 2022 02:22:39 +0900 Subject: [PATCH] Automod v.2 backend preparation --- dzgui.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 5ddf58d..41c004f 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.1.0-rc.2 +version=3.1.0-rc.3 aid=221100 game="dayz" @@ -194,6 +194,9 @@ auto_install="$auto_install" #Automod staging directory staging_dir="$staging_dir" + +#Path to default Steam client +default_steam_path=$default_steam_path END } write_desktop_file(){