-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: Move to linux folder, update manifest
More closely aligns with the other games and their Flathub setups. Also updates the workflow to not upload a tarball.
- Loading branch information
1 parent
555a69a
commit 590a413
Showing
5 changed files
with
31 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
id: net.hhoney.rota | ||
runtime: org.freedesktop.Platform | ||
runtime-version: '24.08' | ||
base: org.godotengine.godot.BaseApp | ||
base-version: '3.6' | ||
sdk: org.freedesktop.Sdk | ||
command: godot-runner | ||
finish-args: | ||
- --share=ipc | ||
- --socket=x11 | ||
- --socket=pulseaudio | ||
- --device=all | ||
modules: | ||
- name: rota | ||
buildsystem: simple | ||
sources: | ||
|
||
- type: dir | ||
path: ../ | ||
|
||
- type: file | ||
url: https://github.com/HarmonyHoney/ROTA/releases/download/flathub3/ROTA.pck | ||
sha256: fc7849b61e32c6ff6d8a8c4b31225c396ca845ee220436f75f665d60698c59a6 | ||
|
||
build-commands: | ||
- install -Dm644 ROTA.pck ${FLATPAK_DEST}/bin/godot-runner.pck | ||
- install -Dm644 linux/${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop | ||
- install -Dm644 linux/${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml | ||
- install -Dm644 media/image/icon/icon256.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png | ||
|
This file was deleted.
Oops, something went wrong.