sudara / pamplejuce

A JUCE audio plugin template. JUCE 7, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/blog/
MIT License
372 stars 36 forks source link

Error in "Generate Installer" Step on Windows when Plugin Formats do not Include Standalone #94

Closed jerryuhoo closed 1 month ago

jerryuhoo commented 1 month ago

Description:

When attempting to generate the installer on Windows, if the plugin formats do not include the Standalone format, I encounter an error. The error message is as follows:

Source file "D:\a\ ... \Release\Standalone\myplugin.exe" does not exist.

BTW, is AAX supported on Windows?

sudara commented 1 month ago

Hi there!

Where is the error encountered?

If you modify the formats, you'll have to modify the packaging setup too. For windows, that means removing the standalone line from packaging/installer.iss

As far as I know, it's not possible to build AAX without a physical dongle or without paying for a cloud service. Until they get more friendly with those options, the best setup I've seen is running GA local runners with dongles in them.

jerryuhoo commented 1 month ago

I see, Thank you!