fix linux history bug?

This commit is contained in:
CJ Pais 2025-09-05 22:19:06 -07:00
parent 40cd7ae71b
commit 01d7b41058

View file

@ -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": {