ci: fix filename

This commit is contained in:
Derrick Hammer 2023-07-17 12:25:42 -04:00
parent 2f648455d7
commit c189dc70bc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const config = {};
(item) => {
config[item] = {
entry: resolve(__dirname, `./src/main/${item}.ts`),
fileName: "math.js",
fileName: item,
};
},
);