[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",
"kind": "files",
"parameters": {
"path": "/usr/share/images/desktop-base",
"name": "images"
"path": "/usr/share/images/desktop-base"
}
}
]

View file

@ -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",
}),

View file

@ -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,