Automate installation of DXVK, D9VK + Wine/Wine Staging & update GPU drivers + PlayonLinux wineprefixes (Debian/Ubuntu/Mint/Arch Linux/Manjaro)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
781 B

  1. ########################################################
  2. # Options for DXVK/Wine-Staging scripts dispatcher script
  3. ########################################################
  4. # Should we freeze Git versions of these packages?
  5. # This is handy in some cases, if breakages occur
  6. # (although we actually compile an older version of a package)
  7. #
  8. # Define a commit hash to freeze to
  9. # Use keyword 'HEAD' if you want to use the latest git
  10. # version available
  11. # Do NOT leave these variable empty!
  12. git_commithash_dxvk=HEAD
  13. git_branch_dxvk=master
  14. git_commithash_wine=HEAD
  15. git_branch_wine=master
  16. ##########
  17. # These apply only on Debian/Ubuntu/Mint
  18. git_commithash_meson=5d6dcf8850fcc5d552f55943b6aa3582754dedf8
  19. git_branch_meson=master
  20. git_commithash_glslang=HEAD
  21. git_branch_glslang=master