hydra/electron-builder.yml

66 lines
1.9 KiB
YAML
Raw Permalink Normal View History

2024-04-21 08:26:29 +03:00
appId: site.hydralauncher.hydra
productName: Hydra
directories:
buildResources: build
2024-04-24 12:22:12 +03:00
extraResources:
2024-06-27 16:51:13 +03:00
- hydra-download-manager
- seeds
2024-06-22 03:17:57 +03:00
- from: node_modules/ps-list/vendor/fastlist-0.3.0-x64.exe
to: fastlist.exe
- from: node_modules/create-desktop-shortcuts/src/windows.vbs
- from: resources/hydralauncher.vbs
2024-04-21 08:26:29 +03:00
files:
- "!**/.vscode/*"
- "!src/*"
- "!electron.vite.config.{js,ts,mjs,cjs}"
- "!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}"
- "!{.env,.env.*,.npmrc,pnpm-lock.yaml}"
- "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
asarUnpack:
- resources/**
win:
executableName: Hydra
2024-04-24 12:22:12 +03:00
requestedExecutionLevel: requireAdministrator
2024-06-06 05:44:08 +03:00
target:
- nsis
- portable
2024-04-21 08:26:29 +03:00
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
2024-05-03 00:51:05 +03:00
oneClick: false
2024-06-04 06:00:38 +03:00
allowToChangeInstallationDirectory: true
2024-06-06 05:44:08 +03:00
portable:
artifactName: ${name}-${version}-portable.${ext}
requestExecutionLevel: admin
2024-04-21 08:26:29 +03:00
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}
linux:
target:
- AppImage
- snap
- deb
- rpm
2024-04-21 08:26:29 +03:00
maintainer: electronjs.org
category: Game
mimeTypes:
- x-scheme-handler/hydralauncher
2024-04-21 08:26:29 +03:00
appImage:
artifactName: ${name}-${version}.${ext}
npmRebuild: false
publish:
2024-04-25 07:52:19 +03:00
provider: github
2024-05-14 19:12:19 +03:00
owner: hydralauncher
repo: hydra
2024-04-21 08:26:29 +03:00
electronDownload:
mirror: https://npmmirror.com/mirrors/electron/