mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
Flatpak'ing.
This commit is contained in:
parent
81aec7d5f4
commit
668ca8090c
3 changed files with 34 additions and 0 deletions
7
flatpak/io.github.hedge_dev.unleashedrecomp.desktop
Normal file
7
flatpak/io.github.hedge_dev.unleashedrecomp.desktop
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Unleashed Recompiled
|
||||||
|
Exec=/app/bin/SWA
|
||||||
|
Type=Application
|
||||||
|
Icon=io.github.hedge_dev.unleashedrecomp
|
||||||
|
Categories=Game;
|
||||||
|
Comment=Static recompilation of Sonic Unleashed.
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
"cmake --build out/build/linux-release",
|
"cmake --build out/build/linux-release",
|
||||||
"mkdir -p /app/bin",
|
"mkdir -p /app/bin",
|
||||||
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA"
|
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA"
|
||||||
|
"install -Dm644 UnleashedRecompResources/images/game_icon.png /app/share/icons/hicolor/128x128/apps/${FLATPAK_ID}.png"
|
||||||
|
"install -Dm644 flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml"
|
||||||
|
"install -Dm644 flatpak/io.github.hedge_dev.unleashedrecomp.desktop /app/share/applications/${FLATPAK_ID}.desktop"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
24
flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml
Normal file
24
flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>io.github.hedge_dev.unleashedrecomp</id>
|
||||||
|
|
||||||
|
<name>Unleashed Recompiled</name>
|
||||||
|
<summary>Static recompilation of Sonic Unleashed.</summary>
|
||||||
|
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>GPL-3.0+</project_license>
|
||||||
|
|
||||||
|
<supports>
|
||||||
|
<control>pointing</control>
|
||||||
|
<control>keyboard</control>
|
||||||
|
<control>touch</control>
|
||||||
|
</supports>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Static recompilation of Sonic Unleashed.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<launchable type="desktop-id">io.github.hedge_dev.unleashedrecomp.desktop</launchable>
|
||||||
|
</component>
|
||||||
Loading…
Add table
Reference in a new issue