From 7a5a8843e3f80c08ae78655531319bb7b25f2c53 Mon Sep 17 00:00:00 2001 From: alexzrp <87832147+alexzrp@users.noreply.github.com> Date: Tue, 21 Sep 2021 17:53:08 -0300 Subject: [PATCH] :bug: fix: added windows support --- services/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/main.js b/services/main.js index c89d404..6d3ab29 100644 --- a/services/main.js +++ b/services/main.js @@ -93,7 +93,7 @@ module.exports = { let fileConfigs = {}; await Promise.all(configFiles.map(async (file) => { - const type = file.split('.')[0]; // Grab the first part of the filename. + const type = file.split('.')[0].replace('##', '::'); // Grab the first part of the filename. const name = file.split(/\.(.+)/)[1].split('.').slice(0, -1).join('.').replace('##', '::'); // Grab the rest of the filename minus the file extension. if (