free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
123 stars 20 forks source link

Set the OUTPUT_NAME on the win/lin standalone #309

Closed baconpaul closed 2 months ago

baconpaul commented 2 months ago

the standalone wrapper has an OUTPUT_NAME argument which mac uses to name the bundle. Win/Lin ignored this for the exe which meant the short circuit assembly failed for our release build. Apply the OUTPUT_NAME properly using the default or the argument on those platforms.