Skip to content

Commit

Permalink
fix:调整架构 (#24)
Browse files Browse the repository at this point in the history
* fix:调整架构

* fix:修改架构

* fix:调整架构

* fix:调整架构

* fix:调整架构

* fix:调整架构
  • Loading branch information
zwtesttt authored May 31, 2024
1 parent fd4e16e commit 7d2680d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @see - https://www.electron.build/configuration/configuration
{
$schema: 'https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json',
appId: 'YourAppID',
Expand All @@ -16,7 +15,7 @@
target: [
{
target: 'nsis',
arch: ['x64']
arch: ['x64', 'arm64']
}
],
artifactName: '${productName}-${os}-${arch}-${version}-Setup.${ext}'
Expand All @@ -31,4 +30,4 @@
target: ['AppImage'],
artifactName: '${productName}-${os}-${arch}-${version}.${ext}'
}
}
}

0 comments on commit 7d2680d

Please sign in to comment.