Update amdvlk_build_deb_from_tag.py: change cwpack to CWPack

This commit is contained in:
jaxl 2019-09-23 15:15:43 +08:00
parent bcf23c2ce1
commit 5437b4b81b

View File

@ -178,7 +178,7 @@ class BuildDeb:
repo.git.clean('-xdff');
if (i == 'llvm'):
repo.git.checkout('remotes/origin/amd-vulkan-' + self.branch, B='amd-vulkan-' + self.branch);
elif (i == 'MetroHash' or i == 'cwpack'):
elif (i == 'MetroHash' or i == 'CWPack'):
repo.git.checkout('remotes/origin/amd-master', B='amd-master');
else:
repo.git.checkout('remotes/origin/' + self.branch, B=self.branch);