Correct AU bundle vendor; match the other plugins

This commit is contained in:
Paul Ferrand 2022-07-25 11:01:54 +02:00
parent 9cd56f90b9
commit cb2c1e9650
2 changed files with 3 additions and 3 deletions

View file

@ -244,7 +244,7 @@ elseif(SFIZZ_AU)
set(SFIZZ_AU_BUNDLE_IDENTIFIER "tools.sfz.sfizz.au")
set(SFIZZ_AU_BUNDLE_TYPE "aumu")
set(SFIZZ_AU_BUNDLE_SUBTYPE "samp")
set(SFIZZ_AU_BUNDLE_MANUFACTURER "Sfzt")
set(SFIZZ_AU_BUNDLE_MANUFACTURER "Paul Ferrand")
math(EXPR SFIZZ_AU_DECIMAL_VERSION
"${PROJECT_VERSION_MAJOR}*10000 + ${PROJECT_VERSION_MINOR}*100 + ${PROJECT_VERSION_PATCH}")
execute_process(

View file

@ -21,7 +21,7 @@ mv sfizz.vst3 vst3/
pkgbuild \
--identifier "sfz.tools.sfizz.au.bundle" \
--install-location "/Library/Audio/Plug-Ins/Component/" \
--install-location "/Library/Audio/Plug-Ins/Components/" \
--root "${PWD}/au/" \
sfz-tools-sfizz-au-bundle.pkg
@ -37,4 +37,4 @@ pkgbuild \
--root "${PWD}/vst3/" \
sfz-tools-sfizz-vst3-bundle.pkg
cd ..
cd ..