mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
improving electron experience
This commit is contained in:
parent
adb412e55a
commit
fef758a232
BIN
build/icon.ico
BIN
build/icon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB |
BIN
build/icon.png
Normal file
BIN
build/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@ -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);
|
||||
}
|
||||
|
||||
@ -60,6 +60,9 @@
|
||||
],
|
||||
"certificateSubjectName":"Iros Software LLC"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false
|
||||
},
|
||||
"linux": {
|
||||
"files": [
|
||||
"frp/mstream-ddns-linux",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user