Skip to content

Commit

Permalink
feat: builder adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Nov 5, 2024
1 parent 8590196 commit 69fc350
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ asarUnpack:
- resources/**
win:
executableName: ytmdesktop
artifactName: ${name}-${version}-setup.${ext}
compression: maximum
target:
- target: nsis
arch: x64
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand All @@ -48,12 +49,7 @@ mac:
arch: arm64
icon: build/icon.icns
dmg:
artifactName: ${name}-${version}_${arch}.${ext}
title: "Install or Update ${productName} ${version}"
appImage:
artifactName: ${name}-${version}.${ext}
deb:
artifactName: ${name}-${version}.${ext}
linux:
target:
- target: appImage
Expand Down

0 comments on commit 69fc350

Please sign in to comment.