Files
theia-code-os/examples/electron/electron-builder.yml
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

50 lines
839 B
YAML

appId: com.yourcompany.product-os
productName: Product OS
publish:
provider: github
owner: YOUR_GITHUB_USERNAME
repo: product-os
directories:
output: dist
buildResources: resources
mac:
category: public.app-category.developer-tools
icon: resources/icon.icns
target:
- dmg
- zip
darkModeSupport: true
hardenedRuntime: true
gatekeeperAssess: false
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.plist
dmg:
contents:
- x: 410
y: 150
type: link
path: /Applications
- x: 130
y: 150
type: file
files:
- "!**/*.map"
- from: .
to: .
filter:
- package.json
- lib/**/*
- node_modules/**/*
- src-gen/**/*
extraResources:
- from: resources
to: resources
filter:
- "**/*"