diff --git a/release/codesign.sh b/release/codesign.sh index a995643..2558997 100755 --- a/release/codesign.sh +++ b/release/codesign.sh @@ -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