From bbd3af458f9be23f38866738525d90dffbb2f2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20DM?= Date: Fri, 5 Jan 2024 14:40:25 +0100 Subject: [PATCH] fix linux + multi arch --- .github/workflows/release.yml | 1 + forge.config.js | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) 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', } }, },