From b4f621e5318db5d5ce55c1a69ab4c3dbe3d1928d Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 30 Oct 2022 13:29:10 +0200 Subject: [PATCH] Add missing envvars --- updatewine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/updatewine.sh b/updatewine.sh index 9bc9ce6..9723cfd 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -132,10 +132,12 @@ for arg in ${@}; do case ${arg} in --no-staging) # Do not build Wine staging version, just Wine + NO_STAGING= ;; --no-install) # Just build, do not install DXVK or Wine-Staging # Note that some version of Wine is required for DXVK compilation, though! + NO_INSTALL= ;; --no-wine) # Skip Wine build & installation process all together @@ -155,6 +157,7 @@ for arg in ${@}; do ;; --no-pol) # Skip PlayOnLinux Wine prefixes update process + NO_POL= ;; *) echo -e "\n\