Skip to content

Commit 0bd67cd

Browse files
author
Alex R
authored
upgrade gnome runtime (#114)
1 parent e9c1b8f commit 0bd67cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once the container is running, you can launch the app:
7575

7676
```sh
7777
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
78-
flatpak install --user flathub org.gnome.Sdk//40 org.gnome.Platform//40
78+
flatpak install --user flathub org.gnome.Sdk//42 org.gnome.Platform//42
7979

8080
flatpak-builder --user --install --repo=repo --force-clean build-dir/ com.github.theironrobin.siglo.json
8181
```
@@ -87,7 +87,7 @@ Example cross-compiling for PinePhone on an `x86_64` Fedora machine:
8787
```sh
8888
sudo dnf install qemu-system-arm qemu-user-static
8989
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
90-
flatpak install --user flathub org.gnome.Sdk/aarch64/40 org.gnome.Platform/aarch64/40
90+
flatpak install --user flathub org.gnome.Sdk/aarch64/42 org.gnome.Platform/aarch64/42
9191

9292
flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir com.github.theironrobin.siglo.json
9393
flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak com.github.theironrobin.siglo

com.github.theironrobin.siglo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.github.theironrobin.siglo",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "40",
4+
"runtime-version" : "42",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "siglo",
77
"finish-args" : [

0 commit comments

Comments
 (0)