updated aax signing in script

This commit is contained in:
essej 2022-06-16 12:20:10 -04:00
parent 1c0ace8a12
commit 72cf3f5343
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ codesign ${POPTS} --entitlements ${MAINNAME}.entitlements ${MAINNAME}/${MAINNAME
# AAX is special
if [ -n "${AAXSIGNCMD}" ]; then
if [ -n "${PSAAXSIGNCMD}" ]; then
echo "Signing AAX plugin"
${AAXSIGNCMD} --in ${MAINNAME}/${MAINNAME}.aaxplugin --out ${MAINNAME}/${MAINNAME}.aaxplugin
${PSAAXSIGNCMD} --in ${MAINNAME}/${MAINNAME}.aaxplugin --out ${MAINNAME}/${MAINNAME}.aaxplugin
fi