fix linux history bug?
This commit is contained in:
parent
40cd7ae71b
commit
01d7b41058
1 changed files with 8 additions and 1 deletions
|
|
@ -26,7 +26,10 @@
|
||||||
"csp": null,
|
"csp": null,
|
||||||
"assetProtocol": {
|
"assetProtocol": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"scope": ["**"]
|
"scope": {
|
||||||
|
"allow": ["**"],
|
||||||
|
"requireLiteralLeadingDot": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -55,6 +58,10 @@
|
||||||
"compression": {
|
"compression": {
|
||||||
"type": "none"
|
"type": "none"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"appimage": {
|
||||||
|
"bundleMediaFramework": true,
|
||||||
|
"files": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue