Skip to content

Instantly share code, notes, and snippets.

@Paulchen-Panther
Created April 22, 2021 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paulchen-Panther/24a2e4d85edfddd70fb55eee39781f83 to your computer and use it in GitHub Desktop.
Save Paulchen-Panther/24a2e4d85edfddd70fb55eee39781f83 to your computer and use it in GitHub Desktop.
Create a Hyperion x86_64 App2Image using deb2appimage
{
"buildinfo": [
{
"prerun": [
"curl -sL https://github.com/hyperion-project/hyperion.ng/releases/download/2.0.0-alpha.9/Hyperion-2.0.0-alpha.9-Linux-x86_64.deb -o ~/.cache/deb2appimage/debs/hyperion.deb"
],
"name": "hyperion",
"version": "2.0.0-alpha.9",
"deps": "",
"repoarch": "amd64",
"distrorepo": "Debian",
"repoversion": "stretch",
"binarypath": "/usr/bin/hyperiond",
"desktoppath": "/usr/share/hyperion/desktop/hyperiond.desktop",
"iconpath": "/usr/share/hyperion/desktop/hyperiond_128.png",
"usewrapper": "false",
"postrun": [
null
]
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "true",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/usr/bin/hyperiond"
}
],
"authors": [
{
"type": "Author",
"author": "Hyperion Project",
"url": "https://hyperion-project.org"
},
{
"type": "AppImage Maintainer",
"author": "Paulchen-Panther",
"url": "https://github.com/Paulchen-Panther"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment