Skip to content

Commit

Permalink
Update electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitriin committed Nov 5, 2023
1 parent 4dde3a5 commit e35e570
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ mac:
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
hardenedRuntime: true
gatekeeperAssess: false
universal: true
target:
- target: dmg
arch:
- x64
- arm
dmg:
artifactName: ${name}-${version}.${ext}

appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false

0 comments on commit e35e570

Please sign in to comment.