Skip to content

Commit

Permalink
Update AppImage Build
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Oct 4, 2024
1 parent 8a992e3 commit 2797923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const config: ForgeConfig = {
},
['linux']
),
...(process.arch === 'x64'
...(process.argv[3] === 'x64'
? [
new MakerAppImage(
{
Expand Down

0 comments on commit 2797923

Please sign in to comment.