I have the license for the JUCE on my local machine so when I run my application on my local machine, I never see Made with JUCE splash screen.
But I use github actions for my automatic build pipeline and when it is done and I run it, I see the SplashScreen on my plugin.
How can I build my plugin in Github action without seeing the splash screen?
I really appreciate any guidance.
So I can only see displaySplashScreen which is already set to 0. When I run and build locally, it is fine without any issue but when I use github action that happens.
Also for github actions, I already generated my Builds folder (MacOSX) and that’s what I am using to build my Mac build.
If you’re using Projucer, then it’ll presumably be that you’re not signed in on your build node so the displaySplashScreen will get set back to 1.
You can add extra definitions in the Projucer’s settings menu under Preprocessor definitions.