appId: com.stablyai.orca productName: Orca directories: buildResources: build files: - '!**/.vscode/*' - '!src/*' - '!electron.vite.config.{js,ts,mjs,cjs}' - '!{.eslintcache,eslint.config.mjs,.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: Orca nsis: artifactName: orca-windows-setup.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always mac: icon: build/icon.icns entitlements: build/entitlements.mac.plist 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. hardenedRuntime: true notarize: true target: - target: dmg arch: - x64 - arm64 - target: zip arch: - x64 - arm64 dmg: artifactName: orca-macos-${arch}.${ext} linux: target: - AppImage - deb maintainer: stablyai category: Utility appImage: artifactName: orca-linux.${ext} npmRebuild: false publish: provider: github owner: stablyai repo: orca releaseType: release