Skip to content

Commit

Permalink
chore(build): add shortcut to get the vsix file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Dec 4, 2024
1 parent 7113140 commit 2da5086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/release-mac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set -e

npm run package -- --target darwin-arm64
npx vsce package --target darwin-arm64 --out "oopilot-darwin-arm64.vsix"

0 comments on commit 2da5086

Please sign in to comment.