On this pageGlobal configuration file specificationFile locationPlace the configuration.toml file in the same directory as the Remiz binary.Exampleconfiguration.toml[packagers]copy_files = "packagers/copy_files.py"bar = "packagers/bar.py"[store]local = "packages/{name}/{name}_v{version}.pack"Copy