From 359bd375d2268dae99c705a6b591ee5442215bd5 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Fri, 26 Sep 2025 00:52:10 +0200 Subject: [PATCH] [mod] file extension standard --- source/main.ts | 2 +- tools/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.ts b/source/main.ts index 80407cd..7758bc2 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": "default.mmr.json", + "default": "mmr.json", "info": "conf_path", "name": "conf-path", }), diff --git a/tools/build b/tools/build index 6938e0e..f17e949 100755 --- a/tools/build +++ b/tools/build @@ -42,7 +42,7 @@ def main(): pass else: _os.system( - "cp %s %s/default.mmr.json" + "cp %s %s/mmr.json" % ( args.conf_path, args.output_directory,