Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Apr 24, 2023
1 parent cce1aab commit 3622392
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/p/appimg.json → src/p/appimg-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "linux",
"deps": "",
"repoarch": "amd64",
"distrorepo": "Debian",
"distrorepo": "Ubuntu",
"repoversion": "jessie-backports,jessie,jessie",
"binarypath": "/usr/share/ColorMC/ColorMC.Launcher",
"desktoppath": "/usr/share/applications/ColorMC.desktop",
Expand Down
41 changes: 41 additions & 0 deletions src/p/appimg-arm64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"buildinfo": [
{
"prerun": [
"cp /home/coloryr/Desktop/colormc-linux-arm64.deb ~/.cache/deb2appimage/debs/colormc-linux-arm64.deb"
],
"name": "colormc",
"version": "linux",
"deps": "",
"repoarch": "arm64",
"distrorepo": "Ubuntu",
"repoversion": "jessie-backports,jessie,jessie",
"binarypath": "/usr/share/ColorMC/ColorMC.Launcher",
"desktoppath": "/usr/share/applications/ColorMC.desktop",
"iconpath": "/usr/share/icons/colormc.png",
"usewrapper": "true",
"postrun": []
}
],
"apprunconf": [
{
"setpath": "true",
"setlibpath": "false",
"setpythonpath": "false",
"setpythonhome": "false",
"setpythondontwritebytecode": "false",
"setxdgdatadirs": "false",
"setperllib": "false",
"setgsettingsschemadir": "false",
"setqtpluginpath": "false",
"exec": "/usr/share/ColorMC/ColorMC.Launcher"
}
],
"authors": [
{
"type": "Author",
"author": "Coloryr",
"url": "https://github.com/Coloryr"
}
]
}
2 changes: 1 addition & 1 deletion src/p/build-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dpkg -b linux-amd64 colormc-linux-amd64.deb
dpkg -b linux-arm64 colormc-linux-arm64.deb
./deb2appimage-0.0.5-x86_64.AppImage -j appimg.json -o ./
sudo ./deb2appimage-0.0.5-x86_64.AppImage -j appimg.json -o ./

0 comments on commit 3622392

Please sign in to comment.