Multiple Compilation & Creating Installers with a script
-
Is it possible to compile multiple plugin projects in bulk and then create installers (Inno & Packages) with just a script?
-
@JulesV Yeah you can use the HISE command line interface to compile your projects.
If you write a batch script you can get it to run the commands automatically and generate the installer. ChatGPT is quite useful for this kind of thing, but make sure you understand the output it gives you because batch scripts are powerful things that can run any command, including deleting files.