diff --git a/misc/conf-example-simple.mmr.json b/misc/conf-example-simple.mmr.json index bb49c73..c02b63e 100644 --- a/misc/conf-example-simple.mmr.json +++ b/misc/conf-example-simple.mmr.json @@ -11,8 +11,7 @@ "name": "images", "kind": "files", "parameters": { - "path": "/usr/share/images/desktop-base", - "name": "images" + "path": "/usr/share/images/desktop-base" } } ] diff --git a/source/main.ts b/source/main.ts index 8f44850..80407cd 100644 --- a/source/main.ts +++ b/source/main.ts @@ -97,7 +97,7 @@ namespace _mimir "indicators_short": ["c"], "type": lib_plankton.args.enum_type.string, "mode": lib_plankton.args.enum_mode.replace, - "default": "conf.mmr.json", + "default": "default.mmr.json", "info": "conf_path", "name": "conf-path", }), diff --git a/tools/build b/tools/build index 5b31834..6938e0e 100755 --- a/tools/build +++ b/tools/build @@ -42,7 +42,7 @@ def main(): pass else: _os.system( - "cp %s %s/conf.mmr.json" + "cp %s %s/default.mmr.json" % ( args.conf_path, args.output_directory,