Skip to content

Commit

Permalink
Simplify vsix extract
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Aug 18, 2024
1 parent bea54fa commit 24d650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/src/main/scripts/vsix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "**************************** Updating VSIX! ****************************"
cd "$DISTRIBUTION"
rm -rf extension
EXTRACT="extension/resources/jars"
unzip -q "$VSIX" "$EXTRACT/$VDMJ/*" "$EXTRACT/plugins/*"
unzip -q "$VSIX" "$EXTRACT/$VDMJ/*"

rm -vf $EXTRACT/$VDMJ/vdmj-*.jar
rm -vf $EXTRACT/$VDMJ/lsp-*.jar
Expand Down

0 comments on commit 24d650a

Please sign in to comment.