forked from manga-download/hakuneko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-app.config
30 lines (30 loc) · 843 Bytes
/
build-app.config
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
module.exports = {
version: require('./package.json').devDependencies.electron,
author: 'The HakuNeko Development Team <https://github.com/orgs/manga-download/people>',
name: {
package: 'hakuneko-desktop',
product: 'HakuNeko Desktop',
},
description: {
short: 'Manga Downloader',
long: 'Desktop Client for HakuNeko Web-Application'
},
license: 'Unlicense',
url: 'https://git.io/hakuneko',
src: 'src/app',
binary: {
windows: 'hakuneko.exe',
linux: 'hakuneko',
darwin: 'HakuNeko'
},
meta: {
section: 'net',
type: 'Application',
categories: 'Network;FileTransfer;',
menu: 'Applications/Network/File Transfer',
dependencies: {
deb: 'libc6',
rpm: 'libXScrnSaver'
}
}
}