Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 988 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 988 Bytes
# Only use this next command if it has already been installed and you want to run from scratch
flatpak remove --delete-data com.jagex.Launcher

# Use these to build and run
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder --install-deps-from=flathub --user --install --force-clean build-dir --disable-cache com.jagex.Launcher.yml

# NOTE: you should run this to make sure Compat.i386 is installed due to https://github.com/flathub/net.lutris.Lutris/issues/53
flatpak install --user flathub org.gnome.Platform.Compat.i386//45
flatpak run com.jagex.Launcher

# Maintenance
If there is a new update released, you need to update the metafile url in generate_sources.py and then run that script to generate the new sources. Eventually, the fingerprint for the certificate that was used to sign the jwt will also need to be changed out once it expires.

TODO: Add in automatic updates by polling that metafile periodically.