Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71f29f1

Browse files
Fix vsix name in generate script
The vsix still uses a dash. The @ is only used within the cli itself.
1 parent dd9b525 commit 71f29f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎fixtures/generate.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ mock changelog
121121
EOF
122122
cp "$dir/icon.png" "$dest/extension/images/icon.png"
123123
pushd "$dest" >/dev/null
124-
rm -f "$publisher.$name@$version.vsix"
125-
zip -r "$publisher.$name@$version.vsix" * -q
124+
rm -f "$publisher.$name-$version.vsix"
125+
zip -r "$publisher.$name-$version.vsix" * -q
126126
popd >/dev/null
127127
done < "$dir/versions"
128128
done < "$dir/names"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /