Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 6, 2021
1 parent c2a0ca6 commit 96e8116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addon.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"src": "https://github.com/ossia/score-addon-ndi/releases/download/v3.0.0/score-addon-ndi.zip",
"src": "https://github.com/ossia/score-addon-ndi/releases/download/v4.0.0/score-addon-ndi.zip",
"name": "NDI support",
"raw_name": "score-addon-ndi",
"version": "3.0",
"version": "4.0",
"kind": "addon",
"short": "Support for NDI input and output",
"long": "This addon provides NDI input and output devices",
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
rm -rf release
mkdir -p release
cp -rf NDI *.{hpp,cpp,txt,json} LICENSE release/
cp -rf Ndi *.{hpp,cpp,txt,json} LICENSE release/

mkdir -p release/3rdparty
cp -rf 3rdparty/NDI release/3rdparty
Expand Down

0 comments on commit 96e8116

Please sign in to comment.