diff options
author | nokoe <nokoe@mailbox.org> | 2025-04-08 00:08:05 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-04-08 00:08:05 +0200 |
commit | 304d09ce6aeb2d021cfdb3756f0455f3cef17582 (patch) | |
tree | a7bf7ad5d821b9e59db0393f0b25d15e2ec3084a | |
parent | 0bc76a594ec5737180607ae649bb057761f3537b (diff) | |
download | hurrycurry-flatpak-304d09ce6aeb2d021cfdb3756f0455f3cef17582.tar hurrycurry-flatpak-304d09ce6aeb2d021cfdb3756f0455f3cef17582.tar.bz2 hurrycurry-flatpak-304d09ce6aeb2d021cfdb3756f0455f3cef17582.tar.zst |
move executable to manifest
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index cf27e69..451c269 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -113,6 +113,10 @@ modules: - type: archive sha256: 603d972cdb2be65312430409768a7dbad558fac3c2537c57bd05a4caa8f45180 url: https://codeberg.org/hurrycurry/hurrycurry-dist-extra/archive/v2.3.1.tar.gz + - type: script + dest-filename: hurrycurry + commands: + - exec /app/bin/godot --main-pack /app/share/hurrycurry/client.pck $@ build-commands: - python translate.py - install -Dm755 hurrycurry /app/bin/hurrycurry |