From a955827ec7a99a5e89841c06fb8d14614bc3aa02 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Thu, 10 Nov 2022 21:50:25 +0200 Subject: [PATCH] Update script CLI title --- updatewine.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updatewine.sh b/updatewine.sh index 4f02a71..098357a 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -38,8 +38,8 @@ fi # Just a title & author for this script, used in initialization and help page -SCRIPT_TITLE="\e[1mWine/Wine Staging & DXVK package builder & auto-installer\e[0m" -SCRIPT_AUTHOR="Pekka Helenius (~Fincer), 2019" +SCRIPT_TITLE="\e[1mWine/Wine Staging, DXVK, DXVK NVAPI, VKD3D Proton package bundle builder & auto-installer\e[0m" +SCRIPT_AUTHOR="Pekka Helenius (~Fincer), 2019-2022" ########################################################### # Allow interruption of the script at any time (Ctrl + C)