Skip to content

Commit

Permalink
feat: arch added to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Nov 5, 2024
1 parent 2ce7574 commit ae1dd99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ win:
arch: x64
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}-setup.${ext}
artifactName: ${name}-${version}_${arch}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand All @@ -47,7 +47,7 @@ mac:
arch: arm64
icon: build/icon.icns
dmg:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${version}_${arch}.${ext}
title: "Install or Update ${productName} ${version}"
linux:
target:
Expand All @@ -60,8 +60,6 @@ linux:
maintainer: youtube-music.app
category: Music
icon: build/icon.icns
appImage:
artifactName: ${name}-${version}.${ext}
snap:

npmRebuild: false
Expand Down

0 comments on commit ae1dd99

Please sign in to comment.