Browse Source

[Arch/DXVK] Update submodules

master
Pekka Helenius 1 year ago
parent
commit
03937af160
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      arch/0-dxvk-git/PKGBUILD

+ 1
- 0
arch/0-dxvk-git/PKGBUILD View File

@ -66,6 +66,7 @@ prepare() {
git checkout ${_git_branch_dxvk}
git reset --hard ${_dxvk_commit} # Restore tracked files
git clean -d -x -f # Delete untracked files
git submodule update --init --recursive
# Apply patches, if present
if [[ $(ls "${srcdir}"/*.{patch,diff} 2>/dev/null | wc -w) -ne 0 ]]; then


Loading…
Cancel
Save