Created
April 22, 2021 17:08
-
-
Save Paulchen-Panther/24a2e4d85edfddd70fb55eee39781f83 to your computer and use it in GitHub Desktop.
Create a Hyperion x86_64 App2Image using deb2appimage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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