CLI for multiple export and deliver
-
Hi guys. It's there any command line command combo in win mac linux to:
- Export vst/au
- Export standalone
- Notarise
- Pack into an installer
All together?
Like
#. /hise -a -v -p -Mac -notarised "My Instrument"I do also believe in Santa :)
-
You need to make a script to do this. Take a look at the packaging scripts I added to the B3 library, or my Sofia Woodwinds library.
GNU/Linux and Mac both use Bash scripting, although they are a little different. Windows uses Batch scripting (might be possible to run a Bash script on Windows too but I've never tried).
-
@d-healey will do!!! Where's Hise CLI documentation?? any clue?
-
@hisefilo It's built in to the CLI. Use the option
--help
-
@d-healey thanks mate!!!
-
@d-healey said in CLI for multiple export and deliver:
You need to make a script to do this. Take a look at the packaging scripts I added to the B3 library, or my Sofia Woodwinds library.
GNU/Linux and Mac both use Bash scripting, although they are a little different. Windows uses Batch scripting (might be possible to run a Bash script on Windows too but I've never tried).
Yep possible to use bash on windows - its what git does