TidGi-Desktop/scripts/deb2appimage.json
2022-09-27 19:35:48 +08:00

48 lines
1.1 KiB
JSON

{
"buildinfo": [
{
"prerun": [
"curl -sL https://github.com/tiddly-gittly/TidGi-Desktop/releases/download/v0.7.9/tidgi_0.7.9_amd64.deb -o ~/.cache/deb2appimage/debs/tidgi.deb"
],
"name": "tidgi",
"version": "linux",
"deps": "",
"repoarch": "amd64",
"distrorepo": "Debian",
"repoversion": "jessie-backports,jessie,jessie",
"binarypath": "/usr/bin/tidgi",
"desktoppath": null,
"iconpath": null,
"usewrapper": "true",
"postrun": [
null
]
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "true",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/usr/bin/tidgi"
}
],
"authors": [
{
"type": "Author",
"author": "parsecgaming",
"url": "https://parsecgaming.com"
},
{
"type": "AppImage Maintainer",
"author": "E5ten",
"url": "https://github.com/E5ten"
}
]
}