Skip to content

Commit

Permalink
chore: add snap and tar.xz
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 6, 2023
1 parent c7c939b commit 094e32a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmcl-electron-app/build/electron-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export const config = {
{ target: 'AppImage', arch: ['x64', 'arm64'] },
{ target: 'deb', arch: ['x64', 'arm64'] },
{ target: 'rpm', arch: ['x64', 'arm64'] },
{ target: 'tar.xz', arch: ['x64', 'arm64'] },
{ target: 'snap', arch: ['x64', 'arm64'] },
],
},
snap: {
Expand Down

0 comments on commit 094e32a

Please sign in to comment.