From f4d3ed789009afc825aad84bc4ebab4d43c3f07d Mon Sep 17 00:00:00 2001 From: Beq Date: Mon, 16 Sep 2024 14:58:05 +0100 Subject: [PATCH] Add "Unknown" build type to config data file --- fsutils/build_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fsutils/build_config.json b/fsutils/build_config.json index d52b4c65ff..d72b5e6f27 100644 --- a/fsutils/build_config.json +++ b/fsutils/build_config.json @@ -11,7 +11,8 @@ "Release": "release", "Beta": "preview", "Alpha": "test", - "Nightly": "nightly" + "Nightly": "nightly", + "Unknown": "test" }, "os_hosted_folder": { "windows": "windows",