Skip to content

Commit

Permalink
✨ feat: initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticDevOps committed Dec 26, 2024
1 parent 10725e0 commit 4d0ea8a
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,34 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false
darkModeSupport: true
category: public.app-category.utilities
target:
- target: dmg
arch:
- x64
- arm64
- target: zip
arch:
- x64
- arm64
dmg:
artifactName: ${name}-${version}.${ext}
linux:
executableName: ez2cursorfree
target:
- pacman
- AppImage
- snap
- deb
- rpm
- snap
- tar.gz
maintainer: electronjs.org
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
provider: generic
url: https://example.com/auto-updates
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/
provider: github
owner: "GalacticDevOps"
repo: "ez-cursor-free"

0 comments on commit 4d0ea8a

Please sign in to comment.