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,
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": ["**"]
|
||||
"scope": {
|
||||
"allow": ["**"],
|
||||
"requireLiteralLeadingDot": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -55,6 +58,10 @@
|
|||
"compression": {
|
||||
"type": "none"
|
||||
}
|
||||
},
|
||||
"appimage": {
|
||||
"bundleMediaFramework": true,
|
||||
"files": {}
|
||||
}
|
||||
},
|
||||
"windows": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue