mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: do not use asar
This commit is contained in:
@@ -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: {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user