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
--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\


Loading…
Cancel
Save