-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
59 lines (51 loc) · 1.47 KB
/
Copy pathelectron-builder.yml
File metadata and controls
59 lines (51 loc) · 1.47 KB
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
49
50
51
52
53
54
55
56
57
58
59
appId: com.tomfunk.fungible
productName: Fungible
artifactName: ${name}-${version}-${os}-${arch}.${ext}
directories:
output: release
buildResources: build
# out/ is self-contained (electron-vite bundles gui/ + core/); everything else
# in the repo is TUI/MCP/API source that the packaged app never loads.
files:
- '!**/*.{ts,tsx,map}'
- '!{tui,core,mcp,api,gui,tests,scripts,docs,dist,memory,build,release}/**'
- '!{electron.vite.config.ts,vitest.config.ts,tsconfig.json,PLANS.md,CONTRIBUTING.md,README.md,logo.png}'
- '!.env*'
- '!**/*.{db,sqlite}'
# TUI/MCP-only production deps — not used by the GUI main process
- '!node_modules/{ink,tsx,react,react-devtools-core,yoga-layout,esbuild}/**'
- '!node_modules/@esbuild/**'
- '!node_modules/@modelcontextprotocol/**'
# libsql native binding can't load from inside the asar archive
asarUnpack:
- '**/*.node'
# libsql ships prebuilt binaries; nothing needs rebuilding against Electron's ABI
npmRebuild: false
mac:
target:
- target: dmg
arch: [arm64, x64]
- target: zip
arch: [arm64, x64]
category: public.app-category.finance
win:
target:
- target: nsis
arch: [x64]
linux:
target:
- target: AppImage
arch: [x64]
- target: deb
arch: [x64]
category: Office
maintainer: thomasfunk10@gmail.com
synopsis: Personal finance dashboard
desktop:
entry:
Name: Fungible
StartupWMClass: Fungible
publish:
provider: github
owner: tomfunk
repo: fungible