Skip to content

Instantly share code, notes, and snippets.

@moritzsur
moritzsur / build_macos_installer.sh
Created March 26, 2024 19:39
Here is a simple script to package your plugins for VST3, AU and AAX on macos
#!/bin/bash
# Notes:
# - Im not confident in bash
# - while it works without any issues for our plugins this was made for internal use only originally and I had to remove some stuff
# - replace `<YOUR_COMPANY>` with your company name
# if there are any requirements missing let me know :)
# Requirements:
# all plugin files and the preset folder need to be in the same folder as this script