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 52db3db commit 7d5c15a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ win:
target:
- target: nsis
arch: x64
- target: nsis
arch: arm64
icon: build/icon.ico
nsis:
artifactName: ${name}-${version}_${arch}-setup.${ext}
Expand All @@ -34,6 +32,7 @@ nsis:
installerIcon: build/icon.ico
installerHeaderIcon: build/icon.ico
deleteAppDataOnUninstall: true
buildUniversalInstaller: false

mac:
entitlementsInherit: build/entitlements.mac.plist
Expand All @@ -52,6 +51,8 @@ mac:
dmg:
artifactName: ${name}-${version}_${arch}.${ext}
title: "Install or Update ${productName} ${version}"
appImage:
artifactName: ${name}-${version}.${ext}
linux:
target:
- target: appImage
Expand All @@ -63,8 +64,10 @@ linux:
maintainer: youtube-music.app
category: Music
icon: build/icon.icns
snap:

# appx:
# electronUpdaterAware: true
# addAutoLaunchExtension: true

npmRebuild: false
publish:
- provider: github

0 comments on commit 7d5c15a

Please sign in to comment.