forked from myparsleycat/nahida-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
33 lines (33 loc) · 767 Bytes
/
Copy pathelectron-builder.yml
File metadata and controls
33 lines (33 loc) · 767 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
appId: live.nahida.desktop-linux
productName: Nahida Desktop Linux
directories:
buildResources: build
files:
- "!**/.*"
- "!**/.*/**/*"
- "!src/**/*"
- "!electron.vite.config.{js,ts,mjs,cjs}"
- "!{eslint.config.mjs,CHANGELOG.md,README.md}"
- "!{pnpm-lock.yaml}"
- "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
- "!native/**/*"
- "!plugins/**/*"
- "!packaging/**/*"
- "!local.db"
disableDefaultIgnoredFiles: true
asarUnpack:
- resources/**
- "**/*.node"
- "node_modules/sharp"
- "node_modules/@img"
linux:
target:
- AppImage
- pacman
category: Utility
maintainer: Relained <sewon7@gmail.com>
appImage:
artifactName: ${name}-${version}.${ext}
pacman:
artifactName: ${name}-${version}.${ext}
npmRebuild: false