mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-14 13:49:18 +02:00
Integrate deep link protocol handling, desktopAPI, and auth token flow from main alongside the auto-updater feature.
40 lines
863 B
YAML
40 lines
863 B
YAML
appId: ai.multica.desktop
|
|
productName: Multica
|
|
directories:
|
|
buildResources: build
|
|
files:
|
|
- "!**/.vscode/*"
|
|
- "!src/*"
|
|
- "!electron.vite.config.*"
|
|
- "!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}"
|
|
- "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
|
|
protocols:
|
|
- name: Multica
|
|
schemes:
|
|
- multica
|
|
asarUnpack:
|
|
- resources/**
|
|
mac:
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
target:
|
|
- dmg
|
|
- zip
|
|
artifactName: ${name}-${version}-${arch}.${ext}
|
|
notarize: false
|
|
dmg:
|
|
artifactName: ${name}-${version}.${ext}
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
- deb
|
|
artifactName: ${name}-${version}-${arch}.${ext}
|
|
win:
|
|
target:
|
|
- nsis
|
|
artifactName: ${name}-${version}-setup.${ext}
|
|
publish:
|
|
provider: github
|
|
owner: multica-ai
|
|
repo: multica
|
|
npmRebuild: false
|