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 Nov 14, 2024
1 parent 61388d6 commit a23af37
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.electron.app
appId: com.sipsuru.wpdl
productName: wp-downloader-electron
directories:
buildResources: build
Expand All @@ -9,7 +9,20 @@ files:
asarUnpack:
- './resources/**/*'

compression: "maximum"

win:
target:
- nsis
- appx
- msi
- portable
- zip
- 7z
arch:
- x64
- ia32
- arm64
executableName: wp-downloader-electron
nsis:
artifactName: ${name}-${version}-setup.${ext}
Expand All @@ -18,12 +31,22 @@ nsis:
createDesktopShortcut: always

mac:
target:
- dmg
- mas
- pkg
- zip
- tar.gz
arch:
- x64
- arm64
- universal
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.
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:
Expand All @@ -34,6 +57,15 @@ linux:
- AppImage
- snap
- deb
- rpm
- pacman
- tar.gz
- zip
arch:
- x64
- ia32
- armv7l
- arm64
maintainer: electronjs.org
category: Utility

Expand Down

0 comments on commit a23af37

Please sign in to comment.