hydra/electron-builder.yml

66 lines
1.8 KiB
YAML
Raw Normal View History

appId: gg.hydralauncher.hydra
2024-04-21 08:26:29 +03:00
productName: Hydra
directories:
buildResources: build
2024-04-24 12:22:12 +03:00
extraResources:
2024-12-22 12:58:20 +03:00
- aria2
2024-09-25 21:37:28 +03:00
- ludusavi
2024-12-22 12:58:20 +03:00
- hydra-python-rpc
- seeds
2024-06-22 03:17:57 +03:00
- from: node_modules/create-desktop-shortcuts/src/windows.vbs
- from: resources/achievement.wav
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-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
include: installer.nsh
2024-06-06 05:44:08 +03:00
portable:
artifactName: ${name}-${version}-portable.${ext}
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
2024-07-12 23:09:55 +03:00
- pacman
2024-07-14 04:03:35 +03:00
- 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/