[mod] file extension standard

This commit is contained in:
fenris 2025-09-26 00:49:28 +02:00
parent 0c3e39720a
commit baeda74b09
3 changed files with 3 additions and 4 deletions

View file

@ -11,8 +11,7 @@
"name": "images", "name": "images",
"kind": "files", "kind": "files",
"parameters": { "parameters": {
"path": "/usr/share/images/desktop-base", "path": "/usr/share/images/desktop-base"
"name": "images"
} }
} }
] ]

View file

@ -97,7 +97,7 @@ namespace _mimir
"indicators_short": ["c"], "indicators_short": ["c"],
"type": lib_plankton.args.enum_type.string, "type": lib_plankton.args.enum_type.string,
"mode": lib_plankton.args.enum_mode.replace, "mode": lib_plankton.args.enum_mode.replace,
"default": "conf.mmr.json", "default": "default.mmr.json",
"info": "conf_path", "info": "conf_path",
"name": "conf-path", "name": "conf-path",
}), }),

View file

@ -42,7 +42,7 @@ def main():
pass pass
else: else:
_os.system( _os.system(
"cp %s %s/conf.mmr.json" "cp %s %s/default.mmr.json"
% ( % (
args.conf_path, args.conf_path,
args.output_directory, args.output_directory,