diff options
Diffstat (limited to 'net.iotib.Pong.yml')
-rw-r--r-- | net.iotib.Pong.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net.iotib.Pong.yml b/net.iotib.Pong.yml index 49d10bd..5655c4b 100644 --- a/net.iotib.Pong.yml +++ b/net.iotib.Pong.yml @@ -2,19 +2,22 @@ app-id: net.iotib.Pong runtime: org.freedesktop.Platform runtime-version: '21.08' sdk: org.freedesktop.Sdk -command: /app/Pong/Pong +command: launch.sh modules: - name: Pong buildsystem: simple build-commands: - make - - mkdir -p /app/Pong - - cp -r resources /app/Pong - - install -Dm755 Pong /app/Pong/Pong + - make install_flatpak sources: - type: file path: Makefile - type: dir - path: src/ + path: src + dest: src - type: dir - path: resources/ \ No newline at end of file + path: resources + dest: resources + - type: dir + path: raylib + dest: raylib \ No newline at end of file |