From af242a9c33c393d02d4b5f7eab7451df8daae1a5 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 09:27:47 +0200 Subject: [PATCH] build flatplak from local files --- resources/flatpak/rocks.syng.Syng.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/flatpak/rocks.syng.Syng.yml b/resources/flatpak/rocks.syng.Syng.yml index 99f5930..b0ff4c1 100644 --- a/resources/flatpak/rocks.syng.Syng.yml +++ b/resources/flatpak/rocks.syng.Syng.yml @@ -42,8 +42,10 @@ modules: - install -Dm644 resources/icons/hicolor/512x512/apps/${FLATPAK_ID}.png /app/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png - install -Dm644 resources/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg /app/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg sources: - - type: git - url: https://github.com/christofsteel/syng.git - commit: ff17a6dc7f9214db3026080f7654f814d8332c65 + # - type: git + # url: https://github.com/christofsteel/syng.git + # commit: ff17a6dc7f9214db3026080f7654f814d8332c65 + - type: dir + path: ../../ - mpv.yaml