Skip to content

Commit

Permalink
fix linux + multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dm committed Jan 5, 2024
1 parent 264085a commit bbd3af4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
architecture: [arm64, x64]
fail-fast: false
steps:
- name: Checkout Repository
Expand Down
12 changes: 5 additions & 7 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ module.exports = {
},
{
name: '@electron-forge/maker-deb',
executableName: 'gabin',
config: {
executableName: 'gabin',
config: {
options: {
icon: './build/resources/icons/[email protected]',
name: 'gabin',
productName: 'gabin',
}
options: {
icon: './build/resources/icons/[email protected]',
name: 'gabin',
productName: 'gabin',
}
},
},
Expand Down

0 comments on commit bbd3af4

Please sign in to comment.