diff options
author | Charadon <dev@iotib.net> | 2022-05-31 02:14:55 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-05-31 02:14:55 -0400 |
commit | 081187244a0f69a0043d15dd7ad2cf5f127c60be (patch) | |
tree | 266b90992f1da490dc7500a03281c95f03e20559 | |
parent | 6289589d19e7d887473cc1a4b419cfda85963e5c (diff) | |
download | Pong-C-081187244a0f69a0043d15dd7ad2cf5f127c60be.tar.gz |
Made it so it tries to clean up the workspace before making the flatpak.
-rw-r--r-- | net.iotib.Pong.yml | 3 |
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: |