Skip to content

Commit 532437f

Browse files
committed
[Cherry-pick me] Don't include *.diff files in the .zip release.
1 parent 9f07ad0 commit 532437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
zip -9r CefSharp.zip * -x Debug/\* -x \*/obj/* -x \*/bin/* -x *.DS_Store -x *.*sdf -x *.suo -x *.zip -x *.nupkg -x ipch/\* -x _ReSharper\*/*
3+
zip -9r CefSharp.zip * -x Debug/\* -x \*/obj/* -x \*/bin/* -x *.DS_Store -x *.*sdf -x *.suo -x *.zip -x *.nupkg -x *.diff -x ipch/\* -x _ReSharper\*/*

0 commit comments

Comments
 (0)