improving electron experience

This commit is contained in:
IrosTheBeggar 2019-11-04 02:05:15 -05:00
parent adb412e55a
commit fef758a232
4 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

BIN
build/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -73,7 +73,7 @@ exports.setup = function (config) {
configFile: Joi.string().optional()
});
const { error, value } = schema.validate(config);
const { error, value } = schema.validate(config, { allowUnknown: true });
if (error) {
throw new Error(error);
}

View File

@ -60,6 +60,9 @@
],
"certificateSubjectName":"Iros Software LLC"
},
"nsis": {
"oneClick": false
},
"linux": {
"files": [
"frp/mstream-ddns-linux",