Skip to content

Commit f8ba2c6

Browse files
make sure to reset unzip when patching
1 parent 74cb99d commit f8ba2c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

patches/protonprep-valve-staging.sh

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
git reset --hard HEAD
3939
git clean -xdf
4040
popd
41+
pushd unzip
42+
git reset --hard HEAD
43+
git clean -xdf
44+
popd
4145
popd
4246
popd
4347

0 commit comments

Comments
 (0)