Skip to content

Commit 093554d

Browse files
committed
linux-rust: add v0.1.0 to flatpak manifest
1 parent a01e167 commit 093554d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

linux-rust/flatpak/me.kavishdevar.librepods.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ modules:
3131
env:
3232
CARGO_NET_OFFLINE: 'true'
3333
build-commands:
34-
- cargo build --frozen --offline --verbose
35-
- install -Dm755 target/debug/librepods ${FLATPAK_DEST}/bin/librepods
34+
- cargo build --release --frozen --offline --verbose
35+
- install -Dm755 target/release/librepods ${FLATPAK_DEST}/bin/librepods
3636
- install -Dm644 assets/icon.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/me.kavishdevar.librepods.png
3737
- install -Dm644 assets/me.kavishdevar.librepods.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
3838
- install -Dm644 flatpak/me.kavishdevar.librepods.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
3939
sources:
4040
- type: archive
41-
path: ../dist/librepods-vlocal-source.tar.gz
42-
# url: https://github.com/kavishdevar/librepods/releases/download/linux-v0.1.0/librepods-v0.1.0-source.tar.gz
43-
# sha256: 287d31cbf6a1e1e8ab6a8ef02d4d9b31aa299652086b39c548a37b7fc8e31ba7
41+
# path: ../dist/librepods-vlocal-source.tar.gz
42+
url: https://github.com/kavishdevar/librepods/releases/download/linux-v0.1.0/librepods-v0.1.0-source.tar.gz
43+
sha256: 78828d6113dcdc37be9aa006d7a437ec1705978669cddb9342824ec9546a7b4e
4444

0 commit comments

Comments
 (0)