summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-05-30 22:11:01 -0400
committerCharadon <dev@iotib.net>2022-05-30 22:11:01 -0400
commit2818ee50405fba641a7f2bdffb968379f8ea0eee (patch)
tree6f25baa5f25072be3833eb4d77f3151f95f6c48c /net.iotib.Pong.yml
parentb35d42e0ec41370be618ad59312786ec3795a5e7 (diff)
downloadPong-C-2818ee50405fba641a7f2bdffb968379f8ea0eee.tar.gz
Finished on making flatpak work, and fixed a bug where the paddle could randomly not spawn.
Diffstat (limited to 'net.iotib.Pong.yml')
-rw-r--r--net.iotib.Pong.yml15
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