-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
48 lines (48 loc) · 963 Bytes
/
Copy pathelectron-builder.yml
File metadata and controls
48 lines (48 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
appId: com.maestro.app
productName: Maestro
directories:
buildResources: build
files:
- '!**/.vscode/*'
- '!src/*'
- '!electron/*'
- '!tests/*'
- '!e2e/*'
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc,.env,.env.*}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json,electron.vite.config.ts}'
- '!{vitest.config.ts,playwright.config.ts}'
extraResources:
- from: agents/
to: agents/
filter:
- '**/*'
- from: knowledge/
to: knowledge/
filter:
- '**/*'
- from: electron/migrations/
to: migrations/
filter:
- '**/*'
- from: node_modules/sql.js/dist/sql-wasm.wasm
to: sql-wasm.wasm
- from: .env
to: .env
filter:
- .env
win:
icon: build/icon.ico
target:
- nsis
- portable
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
mac:
icon: build/icon.png
target:
- dmg
publish:
provider: github
owner: Stanshy
repo: agent-hub