about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-05-31 02:14:55 -0400
committerCharadon <dev@iotib.net>2022-05-31 02:14:55 -0400
commit081187244a0f69a0043d15dd7ad2cf5f127c60be (patch)
tree266b90992f1da490dc7500a03281c95f03e20559
parent6289589d19e7d887473cc1a4b419cfda85963e5c (diff)
downloadPong-C-081187244a0f69a0043d15dd7ad2cf5f127c60be.tar.gz
Made it so it tries to clean up the workspace before making the flatpak.
-rw-r--r--net.iotib.Pong.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/net.iotib.Pong.yml b/net.iotib.Pong.yml
index 3860cac..60ae3b8 100644
--- a/net.iotib.Pong.yml
+++ b/net.iotib.Pong.yml
@@ -1,7 +1,7 @@
 app-id: net.iotib.Pong
 branch: '0.1'
 appdata-license: 'GPL-3.0-only'
-runtime: org.freedesktop.Platform.GL.default
+runtime: org.freedesktop.Platform
 runtime-version: '21.08'
 sdk: org.freedesktop.Sdk
 command: launch.sh
@@ -9,6 +9,7 @@ modules:
   - name: Pong
     buildsystem: simple
     build-commands:
+      - make clean
       - make
       - make install_flatpak
     sources: