deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
49
examples/electron/electron-builder.yml
Normal file
49
examples/electron/electron-builder.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
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:
|
||||
- "**/*"
|
||||
Reference in New Issue
Block a user