-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdeb2appimage.json
48 lines (48 loc) · 1.27 KB
/
deb2appimage.json
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
{
"buildinfo": [
{
"prerun": [
"cp build/jpackage/cryptonose*deb ~/.cache/deb2appimage/debs/cryptonose-linux.deb"
],
"name": "cryptonose",
"version": "linux",
"deps": "",
"repoarch": "",
"distrorepo": "Ubuntu",
"repoversion": "focal",
"binarypath": "/opt/cryptonose/bin/Cryptonose",
"desktoppath": "/opt/cryptonose/lib/cryptonose-Cryptonose.desktop",
"iconpath": "/opt/cryptonose/lib/Cryptonose.png",
"usewrapper": "true",
"postrun": [
null
]
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "true",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/opt/cryptonose/bin/Cryptonose"
}
],
"authors": [
{
"type": "Author",
"author": "Dawid Motyka",
"url": "https://dawidm.github.io/cryptonose2/"
},
{
"type": "AppImage Maintainer",
"author": "Dawid Motyka",
"url": "https://dawidm.github.io/cryptonose2/"
}
]
}