Browse Source

Add missing envvars

master
Pekka Helenius 1 year ago
parent
commit
b4f621e531
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      updatewine.sh

+ 3
- 0
updatewine.sh View File

@ -132,10 +132,12 @@ for arg in ${@}; do
case ${arg} in case ${arg} in
--no-staging) --no-staging)
# Do not build Wine staging version, just Wine # Do not build Wine staging version, just Wine
NO_STAGING=
;; ;;
--no-install) --no-install)
# Just build, do not install DXVK or Wine-Staging # Just build, do not install DXVK or Wine-Staging
# Note that some version of Wine is required for DXVK compilation, though! # Note that some version of Wine is required for DXVK compilation, though!
NO_INSTALL=
;; ;;
--no-wine) --no-wine)
# Skip Wine build & installation process all together # Skip Wine build & installation process all together
@ -155,6 +157,7 @@ for arg in ${@}; do
;; ;;
--no-pol) --no-pol)
# Skip PlayOnLinux Wine prefixes update process # Skip PlayOnLinux Wine prefixes update process
NO_POL=
;; ;;
*) *)
echo -e "\n\ echo -e "\n\


Loading…
Cancel
Save