-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
47 lines (47 loc) · 1.02 KB
/
Copy pathelectron-builder.yml
File metadata and controls
47 lines (47 loc) · 1.02 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
appId: com.openai.codex.desktop.linux
productName: Codex
directories:
app: app_asar
output: dist
files:
- "**/*"
extraResources:
- from: app_resources/bin/codex
to: codex
filter:
- "codex"
- from: app_resources/bin
to: bin
filter:
- "**/*"
asar: false
npmRebuild: false
afterPack: build/after-pack.js
linux:
icon: assets/icons/linux
category: Utility
maintainer: Codex Linux Maintainers <codex-linux-maintainers@users.noreply.github.com>
executableName: codex-desktop
artifactName: codex-desktop-${version}-${arch}.${ext}
desktop:
Name: Codex
Comment: Codex Desktop for Linux
Categories: Development;Utility;
StartupWMClass: Codex
deb:
afterInstall: scripts/debian/postinst
afterRemove: scripts/debian/postrm
depends:
- "libgtk-3-0"
- "libnotify4"
- "libnss3"
- "libxss1"
- "libsecret-1-0"
- "libxtst6"
recommends:
- "libappindicator3-1"
priority: optional
packageCategory: utils
extraMetadata:
name: codex-desktop
productName: Codex