Skip to content

Commit 3f29c78

Browse files
committed
Changed the patch argument from --check to --dry-run for wider
os compatibility when used for patching vsce for vsixsign Signed-off-by: Siddharth Srinivasan <[email protected]>
1 parent 2d7c06e commit 3f29c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<target name="check-vsce-patch-status">
214214
<exec executable="patch" dir="${build.dir}/vsce/node_modules/@vscode/vsce/out" failifexecutionfails="false" failonerror="false" resultproperty="vsce-patch-status">
215215
<arg value="-p1"/>
216-
<arg value="--check"/>
216+
<arg value="--dry-run"/>
217217
<arg value="--force"/>
218218
<arg value="-z"/>
219219
<arg value=".orig"/>

0 commit comments

Comments
 (0)