We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44f339 commit a4e7edbCopy full SHA for a4e7edb
fixtures/generate.bash
@@ -121,7 +121,7 @@ mock changelog
121
EOF
122
cp "$dir/icon.png" "$dest/extension/images/icon.png"
123
pushd "$dest" >/dev/null
124
- rm "$publisher.$name@$version.vsix"
+ rm -f "$publisher.$name@$version.vsix"
125
zip -r "$publisher.$name@$version.vsix" * -q
126
popd >/dev/null
127
done < "$dir/versions"
0 commit comments