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-07-02 17:33:26 +03:00
|
|
|
- aria2
|
2024-06-27 16:51:13 +03:00
|
|
|
- hydra-download-manager
|
2024-05-24 02:26:21 +03:00
|
|
|
- seeds
|
2024-06-22 03:17:57 +03:00
|
|
|
- from: node_modules/create-desktop-shortcuts/src/windows.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-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}
|
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-05-25 04:20:47 +03:00
|
|
|
- rpm
|
2024-04-21 08:26:29 +03:00
|
|
|
maintainer: electronjs.org
|
2024-05-26 20:15:39 +03:00
|
|
|
category: Game
|
2024-05-15 16:58:43 +03:00
|
|
|
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/
|