-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
66 lines (58 loc) · 1.78 KB
/
electron-builder.yml
File metadata and controls
66 lines (58 loc) · 1.78 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
60
61
62
63
64
65
66
appId: com.github.ecromaneli.handbook
productName: Handbook
directories:
output: release
files:
- dist/**/*
- package.json
- "!**/node_modules/**/*.map"
- "!**/node_modules/**/*.md"
- "!**/node_modules/**/*.ts"
- "!**/node_modules/**/LICENSE*"
- "!**/node_modules/**/CHANGELOG*"
- "!**/node_modules/**/README*"
asarUnpack: []
win:
target:
- target: nsis
arch: [x64, ia32]
- target: portable
arch: [x64]
icon: docs/icons/icon.ico
linux:
target:
- target: deb
arch: [x64, arm64]
- target: rpm
arch: [x64, arm64]
- target: AppImage
arch: [x64, arm64]
icon: docs/icons/icon.png
category: Utility
synopsis: "Handbook - Create small, movable, and easily concealable windows for quick use."
description: >-
Handbook is a versatile application designed to enhance productivity by providing users with
small, movable, and easily concealable windows. These windows can be used for quick access to
information, tools, or any content that users want to keep handy while working on other tasks.
With its customizable features and intuitive interface, Handbook allows users to create
personalized windows that can be positioned anywhere on the screen, making it an ideal solution
for multitasking and quick reference needs.
mac:
target:
- target: zip
arch: [x64, arm64]
- target: dmg
arch: [x64, arm64]
icon: docs/icons/icon.icns
category: public.app-category.utilities
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
installerIcon: docs/icons/icon.ico
uninstallerIcon: docs/icons/icon.ico
artifactName: ${productName}-Setup-${version}.${ext}
publish:
provider: github
owner: ecromaneli
repo: handbook