From bbc2b5bb2a131dd7275a74f861c2089d9600f959 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:58:38 +0900 Subject: [PATCH] Bump version --- dzgui.sh | 94 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 76 insertions(+), 18 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 4e44734..8e50f09 100644 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=2.2.1-rc.1 +version=2.3.0 aid=221100 game="dayz" workshop="steam://url/CommunityFilePage/" @@ -11,10 +11,10 @@ config_path="$HOME/.config/dztui/" config_file="${config_path}dztuirc" tmp=/tmp/dztui.tmp separator="%%" -git_url="https://github.com/aclist/dztui/issues" -version_url="https://raw.githubusercontent.com/aclist/dztui/dzgui/dzgui.sh" +git_url="https://github.com/aclist/dztui/issues/new/choose" +stable_url="https://raw.githubusercontent.com/aclist/dztui/dzgui/dzgui.sh" +testing_url="https://raw.githubusercontent.com/aclist/dztui/testing/dzgui.sh" help_url="https://aclist.github.io/dzgui/dzgui" -upstream=$(curl -Ls "$version_url" | awk -F= '/^version=/ {print $2}') check_config_msg="Check config values and restart." #TODO: prevent connecting to offline servers @@ -116,6 +116,9 @@ name="$name" #Set to 1 to perform dry-run and print launch options debug="0" + +#Toggle stable/testing branch +branch="stable" END } guess_path(){ @@ -202,8 +205,10 @@ open_mod_links(){ echo "
Open these links and subscribe to them on the Steam Workshop, then continue with the application prompts.
Note: it may take some time for mods to synchronize before DZGUI can see them.
It can help to have Steam in an adjacent window so that you can see the downloads completing.