mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(build): use asar, add windows zip release
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = {
|
||||
name: 'Logseq',
|
||||
icon: './icons/logseq_big_sur.icns',
|
||||
buildVersion: 75,
|
||||
asar: true,
|
||||
protocols: [
|
||||
{
|
||||
"protocol": "logseq",
|
||||
@@ -47,8 +48,9 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
platforms: ['darwin', 'linux']
|
||||
platforms: ['darwin', 'linux', 'win32'],
|
||||
},
|
||||
|
||||
{
|
||||
name: 'electron-forge-maker-appimage',
|
||||
platforms: ['linux'],
|
||||
@@ -69,5 +71,12 @@ module.exports = {
|
||||
prerelease: true
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
plugins: [
|
||||
{
|
||||
name: '@electron-forge/plugin-auto-unpack-natives',
|
||||
config: {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user