fix: do not use asar

This commit is contained in:
Andelf
2023-12-23 12:09:58 +08:00
committed by Tienson Qin
parent 3934efb537
commit 74f56002b3
3 changed files with 0 additions and 96 deletions

View File

@@ -5,7 +5,6 @@ module.exports = {
name: 'Logseq',
icon: './icons/logseq_big_sur.icns',
buildVersion: 76,
asar: true,
protocols: [
{
"protocol": "logseq",
@@ -71,12 +70,5 @@ module.exports = {
prerelease: true
}
}
],
plugins: [
{
name: '@electron-forge/plugin-auto-unpack-natives',
config: {}
}
]
}