Skip to content

Commit

Permalink
Update Nightlies: BYOD
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Mar 2, 2024
1 parent 35c504e commit 839745a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions plugins/BYOD/mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ cp -R "build/${name}_artefacts/Release/CLAP/${name}.clap" "bin/Mac/${name}.clap"
cp -R "build/${name}_artefacts/Release/AU/${name}.component" "bin/Mac/${name}.component"
echo y | pscp -pw "$CCRMA_PASS" -r [email protected]:/user/j/jatin/aax_builds/Mac/${name}.aaxplugin "bin/Mac/${name}.aaxplugin"

# Run auval
echo "Running auval..."
sudo cp -R -f "bin/Mac/${name}.component" "/Library/Audio/Plug-Ins/Components/${name}.component"
auid=$(grep 'PLUGIN_CODE' CMakeLists.txt | sed s/"PLUGIN_CODE"// | tr -d ' ')
killall -9 AudioComponentRegistrar
auval -a
auval -strict -v aufx ${auid} Chow

# create installer
echo "Creating installer..."
script_file=installers/mac/BYOD.pkgproj
Expand Down
2 changes: 1 addition & 1 deletion plugins/BYOD/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BYOD",
"repo": "https://github.com/Chowdhury-DSP/BYOD",
"hash": "bed2e3db0ace37050b8e6124beeb50e0954b4fa9",
"hash": "9bbc29f26e2e5ad7952a236c8f63af66c1614a70",
"tag": "v0.1.0",
"branch": "main"
}

0 comments on commit 839745a

Please sign in to comment.