We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409333c commit 4427315Copy full SHA for 4427315
1 file changed
.github/scripts/package-macOS.sh
@@ -154,7 +154,7 @@ fi
154
155
# try to build AAX package
156
if [[ -d $AAX ]]; then
157
- build_flavor "CLAP" $CLAP "com.plugdata.aax.pkg.${PRODUCT_NAME}" "/Library/Application Support/Avid/Audio/Plug-Ins" "$MIN_OS_VERSION"
+ build_flavor "AAX" $AAX "com.plugdata.aax.pkg.${PRODUCT_NAME}" "/Library/Application Support/Avid/Audio/Plug-Ins" "$MIN_OS_VERSION"
158
fi
159
160
# try to build App package
0 commit comments