Skip to content

Commit

Permalink
Update electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsuru authored Dec 30, 2024
1 parent 61edaff commit 8e5f5c8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaultArch: x64 # Sets x64 as the default architecture
win:
target:
- target: nsis
arch: [x64, ia32]
# arch: [x64, ia32]
# - target: msi
# arch: [x64, ia32]
# - target: portable
Expand All @@ -33,36 +33,36 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always

mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
NSCameraUsageDescription: Application requests access to the device's camera.
NSMicrophoneUsageDescription: Application requests access to the device's microphone.
NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
# mac:
# entitlementsInherit: build/entitlements.mac.plist
# extendInfo:
# NSCameraUsageDescription: Application requests access to the device's camera.
# NSMicrophoneUsageDescription: Application requests access to the device's microphone.
# NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
# NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
# notarize: false

dmg:
artifactName: ${name}-${version}.${ext}
# dmg:
# artifactName: ${name}-${version}.${ext}

linux:
target:
- target: AppImage
arch: [x64, arm64, armv7l]
- target: snap
- target: deb
arch: [x64, arm64, armv7l]
- target: rpm
arch: [x64, arm64, armv7l]
- target: tar.gz
arch: [x64, arm64, armv7l]
- target: zip
arch: [x64, arm64, armv7l]
maintainer: wpdl.us
category: Utility
# linux:
# target:
# - target: AppImage
# arch: [x64, arm64, armv7l]
# - target: snap
# - target: deb
# arch: [x64, arm64, armv7l]
# - target: rpm
# arch: [x64, arm64, armv7l]
# - target: tar.gz
# arch: [x64, arm64, armv7l]
# - target: zip
# arch: [x64, arm64, armv7l]
# maintainer: wpdl.us
# category: Utility

appImage:
artifactName: ${name}-${version}.${ext}
# appImage:
# artifactName: ${name}-${version}.${ext}

npmRebuild: true

Expand Down

0 comments on commit 8e5f5c8

Please sign in to comment.