updated aax signing in script
This commit is contained in:
parent
1c0ace8a12
commit
72cf3f5343
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user