Skip to content

Commit

Permalink
Customise package artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Feb 21, 2021
1 parent ddfd54b commit 7a8314e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ files:
# Linux

linux:
artifactName: ${name}-${version}-linux.${ext}
category: Photography
synopsis: A free, open-source stop motion animation program
description: >
Expand All @@ -29,6 +30,7 @@ linux:
# macOS

mac:
artifactName: ${name}-${version}-macos.${ext}
category: public.app-category.photography
icon: icons/icon.icns
target:
Expand All @@ -47,12 +49,14 @@ dmg:
# Windows

win:
artifactName: ${name}-${version}-win.${ext}
icon: icons/icon.ico
target:
- nsis
- zip

nsis:
artifactName: ${name}-${version}-win-setup.${ext}
createDesktopShortcut: false
include: build/installer.nsh
installerSidebar: build/setupbanner.bmp
Expand Down

0 comments on commit 7a8314e

Please sign in to comment.