From ce2ca2beb541f2674e28a5acb6f3ef5e59b83a0e Mon Sep 17 00:00:00 2001 From: Maxime Baconnais Date: Mon, 28 Oct 2024 19:04:06 +0100 Subject: [PATCH] ci: fix --- electron-builder.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/electron-builder.yaml b/electron-builder.yaml index d6bd752..e057fbb 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -1,6 +1,6 @@ appId: com.eagle-animation.app productName: Eagle Animation -compression: maximum +#compression: maximum directories: output: binaries @@ -12,6 +12,7 @@ files: extraMetadata: main: out/main/index.js + name: eagle-animation win: artifactName: Eagle-Animation-${version}-win.${ext} @@ -35,6 +36,7 @@ mac: linux: artifactName: Eagle-Animation-${version}-linux.${ext} executableName: eagle-animation + packageName: eagle-animation category: Photography synopsis: EagleAnimation is an awesome, free and open-source animation software. description: EagleAnimation is an awesome, free and open-source animation software. @@ -44,3 +46,4 @@ linux: - rpm - tar.gz - AppImage + - flatpak