Skip to content

Commit

Permalink
convience script
Browse files Browse the repository at this point in the history
  • Loading branch information
l1npengtul committed Dec 19, 2022
1 parent c5c44a3 commit 5900488
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cd nokhwa-core || exit
cargo publish
cd ../nokhwa-bindings-linux || exit
cargo publish
cd ../nokhwa-bindings-macos || exit
cargo publish
cd ../nokhwa-bindings-windows || exit
cargo publish
cd .. || exit
cargo publish

0 comments on commit 5900488

Please sign in to comment.