diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6acc37e..492d6e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] + architecture: [arm64, x64] fail-fast: false steps: - name: Checkout Repository diff --git a/forge.config.js b/forge.config.js index 28779b9..c546d82 100644 --- a/forge.config.js +++ b/forge.config.js @@ -38,14 +38,12 @@ module.exports = { }, { name: '@electron-forge/maker-deb', + executableName: 'gabin', config: { - executableName: 'gabin', - config: { - options: { - icon: './build/resources/icons/icon@3x.png', - name: 'gabin', - productName: 'gabin', - } + options: { + icon: './build/resources/icons/icon@3x.png', + name: 'gabin', + productName: 'gabin', } }, },