Skip to content

Commit

Permalink
upgrade gnome runtime (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex R committed Jun 25, 2022
1 parent e9c1b8f commit 0bd67cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -75,7 +75,7 @@ Once the container is running, you can launch the app:

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

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

flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir com.github.theironrobin.siglo.json
flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak com.github.theironrobin.siglo
Expand Down
2 changes: 1 addition & 1 deletion com.github.theironrobin.siglo.json
@@ -1,7 +1,7 @@
{
"app-id" : "com.github.theironrobin.siglo",
"runtime" : "org.gnome.Platform",
"runtime-version" : "40",
"runtime-version" : "42",
"sdk" : "org.gnome.Sdk",
"command" : "siglo",
"finish-args" : [
Expand Down

0 comments on commit 0bd67cd

Please sign in to comment.