[mod] file extension standard
This commit is contained in:
parent
0c3e39720a
commit
baeda74b09
|
|
@ -11,8 +11,7 @@
|
|||
"name": "images",
|
||||
"kind": "files",
|
||||
"parameters": {
|
||||
"path": "/usr/share/images/desktop-base",
|
||||
"name": "images"
|
||||
"path": "/usr/share/images/desktop-base"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue