start adding some things for new version
This commit is contained in:
6
config/smuL.config.json
Normal file
6
config/smuL.config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"defaultPath": "$HOME/smuL",
|
||||
"tempFolderOverride": "",
|
||||
"maxCPUCores": 4,
|
||||
"": ""
|
||||
}
|
||||
@@ -16,8 +16,8 @@ module.exports = {
|
||||
],
|
||||
extraFiles: [
|
||||
{
|
||||
from: "./lib",
|
||||
to: "./",
|
||||
from: "./config",
|
||||
to: "./config",
|
||||
filter: [ "**/*" ]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user