Skip to content

Commit

Permalink
Rename build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Mar 6, 2024
1 parent d604b7f commit 90f6cf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appId: com.eagle-animation.app
productName: Eagle Animation
compression: maximum

directories:
output: binaries
Expand All @@ -13,13 +14,14 @@ extraMetadata:
main: dist/electron/index.js

win:
artifactName: ${name}-${version}-win.${ext}
artifactName: Eagle-Animation-${version}-win.${ext}
icon: dist/electron/renderer/favicon.ico
target:
- portable
- zip

mac:
artifactName: Eagle-Animation-${version}-mac.${ext}
category: public.app-category.photography
icon: dist/electron/renderer/icon.icns
extendInfo:
Expand All @@ -29,7 +31,7 @@ mac:
com.apple.security.device.camera: true

linux:
artifactName: ${name}-${version}-linux.${ext}
artifactName: Eagle-Animation-${version}-linux.${ext}
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 Down

0 comments on commit 90f6cf3

Please sign in to comment.