Skip to content

Commit

Permalink
fix: Add AppImage build back
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Oct 13, 2023
1 parent bfbfa3b commit 78cae06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmcl-electron-app/build/electron-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const config = {
target: [
{ target: 'deb', arch: ['x64', 'arm64'] },
{ target: 'rpm', arch: ['x64', 'arm64'] },
{ target: 'AppImage', arch: ['x64', 'arm64'] },
{ target: 'tar.xz', arch: ['x64', 'arm64'] },
],
},
Expand Down

0 comments on commit 78cae06

Please sign in to comment.