When the new (black UI) Addon Builder is used from the commandline, it crashes with the following error:
Unhandled Exception: System.ArgumentException: empty or null addon prefix provided
Parameter name: addonPrefix
at AddonBuilder.Tasks.PackTask..ctor(String FilebankExe, String packDir, String addonPrefix, String excludeListPath) at AddonBuilder.Builder..ctor(BuilderConfiguration cfg) at AddonBuilder.Startup.RunComandLineApp(BuilderCommandLine builderArgs) at AddonBuilder.Startup.Main(String[] args)
This prevents the use of batch scripts or any form of make system from being used with Addon Builder.
This issue is a regression and was not present in the non-black UI version of Addon Builder.