💾 Archived View for sillyorg.capsule.town › Doggo captured on 2024-05-26 at 14:23:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
Clicker & chance game, built with GNOME technologies
AppStream Link (opens in your software center app)
1. Install Flatpak (if it isn't installed already, with the Flathub and GNOME Nightly remotes available) and Flatpak Builder:
flatpak install org.flatpak.Builder
2. Make sure you have `runtime/org.gnome.Platform/[x86_64/aarch64]/master` & `runtime/org.gnome.Sdk/[x86_64/aarch64]/master` installed, you can install the platform with:
flatpak install runtime/org.gnome.Platform/$(uname -m)/master
And the SDK with:
flatpak install runtime/org.gnome.Platform/$(uname -m)/master
3. Download the Flatpak Manifest and make a folder to put it in:
wget https://gitlab.gnome.org/sungsphinx/Doggo/-/raw/main/build-aux/flatpak/app.drey.Doggo.Devel.json
4. Open a terminal in that folder and choose one of the following to run:
flatpak run org.flatpak.Builder --install --force-clean build-dir app.drey.Doggo.Devel.json
flatpak run org.flatpak.Builder --repo=repo --force-clean build-dir app.drey.Doggo.Devel.json
Then run:
flatpak build-bundle repo app.drey.Doggo.Devel.flatpak app.drey.Doggo.Devel
This will create a bundle (*.flatpak). Read more about single-file bundles here:
Documentation (Single File Bundles) https://docs.flatpak.org/en/latest/single-file-bundles.html