forked from mempko/abject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
59 lines (50 loc) · 1.3 KB
/
Copy pathelectron-builder.yml
File metadata and controls
59 lines (50 loc) · 1.3 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: world.abject.app
productName: Abject
copyright: Copyright © 2024-2026
afterPack: electron/afterPack.cjs
directories:
output: release
files:
- dist-electron/**/*
- dist-server/**/*
- dist-client/**/*
- node_modules/node-datachannel/**/*
- node_modules/ws/**/*
- node_modules/uuid/**/*
- node_modules/ajv/**/*
- node_modules/yaml/**/*
- playwright-browsers/**/*
- package.json
# Bundled native (WASM) system packages, ingested at boot from
# resources/native (see src/sandbox/extensions.ts findBuiltinNativeDir).
# Shipped as real files, not inside asar: worker threads read the module
# bytes from disk after the boot ingest copies them into the data dir.
extraResources:
- from: native
to: native
filter:
- "**/abject.json"
- "**/*.wasm"
# Workers and native .node binaries must be unpacked from asar
# (worker_threads and dlopen cannot load from inside asar archives)
asarUnpack:
- dist-server/workers/**/*
- node_modules/node-datachannel/**/*.node
- node_modules/node-datachannel/**/prebuilds/**/*
- playwright-browsers/**/*
linux:
target:
- AppImage
- deb
category: Utility
win:
target:
- nsis
mac:
target:
- dmg
- zip
category: public.app-category.utilities
nsis:
oneClick: false
allowToChangeInstallationDirectory: true