Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 5edfc9d

Browse files
committed
Merge branch 'flatpak-test' into 'main'
ci: fix flatpak See merge request verso-browser/verso!342
2 parents ace264e + 476170f commit 5edfc9d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

org.versotile.verso.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ modules:
3333
- install -d /app/share/applications
3434
- install -Dm755 ./org.versotile.verso.desktop /app/share/applications/${FLATPAK_ID}.desktop
3535
- install -Dm644 ./icons/icon256x256.png /app/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
36+
# net crate need rippy.png
37+
- mkdir -p ${CARGO_HOME}/resources
38+
- cp ./resources/rippy.png ${CARGO_HOME}/resources/
3639
# Build Verso release profile
3740
- cargo --offline fetch --manifest-path Cargo.toml
3841
- cargo --offline build --release --features flatpak
@@ -48,8 +51,8 @@ modules:
4851
path: .
4952
- type: file
5053
# Update the link whenever mozjs-sys is updated
51-
url: https://github.com/servo/mozjs/releases/download/mozjs-sys-v0.128.9-2/libmozjs-x86_64-unknown-linux-gnu.tar.gz
52-
sha256: 8e40ba8f3f97250974d468903bccdd9312502f4b928e0b5e1bee97781a8250f4
54+
url: https://github.com/servo/mozjs/releases/download/mozjs-sys-v0.128.9-1/libmozjs-x86_64-unknown-linux-gnu.tar.gz
55+
sha256: 26bdd1ece46ac00be28fadda72f3c5735d9adc9d846236d5d4c00ed4efbd9faf
5356
only-arches:
5457
- x86_64
5558

0 commit comments

Comments
 (0)