Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Oct 28, 2024
1 parent b74377a commit ce2ca2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion electron-builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appId: com.eagle-animation.app
productName: Eagle Animation
compression: maximum
#compression: maximum

directories:
output: binaries
Expand All @@ -12,6 +12,7 @@ files:

extraMetadata:
main: out/main/index.js
name: eagle-animation

win:
artifactName: Eagle-Animation-${version}-win.${ext}
Expand All @@ -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.
Expand All @@ -44,3 +46,4 @@ linux:
- rpm
- tar.gz
- AppImage
- flatpak

0 comments on commit ce2ca2b

Please sign in to comment.