From a081be36b386e12108a0ceb95f3a8534f607bf5d Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Mon, 2 Mar 2026 21:36:49 +0100 Subject: [PATCH] [mod] tools:deploy --- tools/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deploy b/tools/deploy index 346a16e..7981426 100755 --- a/tools/deploy +++ b/tools/deploy @@ -28,7 +28,7 @@ def main(): "--build-directory", type = str, dest = "build_directory", - default = "build", + default = "/tmp/mimir", metavar = "", help = "directory to where the build was put", ) @@ -45,7 +45,7 @@ def main(): "--recursive", "--update", "--verbose", - "--exclude='conf.json'", + "--exclude='*mmr.json'", ("%s/" % args.build_directory), ( ("%s" % args.target_directory)