Skip to content

Commit

Permalink
feat: disable universal patch added, updated builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Nov 5, 2024
1 parent 8a3cfa4 commit 8590196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ win:
arch: x64
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}_${arch}-setup.${ext}
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
Expand Down Expand Up @@ -53,7 +53,7 @@ dmg:
appImage:
artifactName: ${name}-${version}.${ext}
deb:
artifactName: ${name}-${version}_${arch}.${ext}
artifactName: ${name}-${version}.${ext}
linux:
target:
- target: appImage
Expand Down

0 comments on commit 8590196

Please sign in to comment.