From 093554da0727265a04f4b3475859f020b9c07427 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 10 Nov 2025 14:26:26 +0530 Subject: [PATCH] linux-rust: add v0.1.0 to flatpak manifest --- linux-rust/flatpak/me.kavishdevar.librepods.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-rust/flatpak/me.kavishdevar.librepods.yaml b/linux-rust/flatpak/me.kavishdevar.librepods.yaml index cb8575c..80aa60d 100644 --- a/linux-rust/flatpak/me.kavishdevar.librepods.yaml +++ b/linux-rust/flatpak/me.kavishdevar.librepods.yaml @@ -31,14 +31,14 @@ modules: env: CARGO_NET_OFFLINE: 'true' build-commands: - - cargo build --frozen --offline --verbose - - install -Dm755 target/debug/librepods ${FLATPAK_DEST}/bin/librepods + - cargo build --release --frozen --offline --verbose + - install -Dm755 target/release/librepods ${FLATPAK_DEST}/bin/librepods - install -Dm644 assets/icon.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/me.kavishdevar.librepods.png - install -Dm644 assets/me.kavishdevar.librepods.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop - install -Dm644 flatpak/me.kavishdevar.librepods.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml sources: - type: archive - path: ../dist/librepods-vlocal-source.tar.gz -# url: https://github.com/kavishdevar/librepods/releases/download/linux-v0.1.0/librepods-v0.1.0-source.tar.gz -# sha256: 287d31cbf6a1e1e8ab6a8ef02d4d9b31aa299652086b39c548a37b7fc8e31ba7 +# path: ../dist/librepods-vlocal-source.tar.gz + url: https://github.com/kavishdevar/librepods/releases/download/linux-v0.1.0/librepods-v0.1.0-source.tar.gz + sha256: 78828d6113dcdc37be9aa006d7a437ec1705978669cddb9342824ec9546a7b4e