Home

Awesome

game-to-flatpak

A script to automatically convert Linux game installers in various formats to flatpak bundles.

Requirements

Features

Usage

This will add the game to the repo directory:

./game-to-flatpak [installer file]

You will only need to do this once:

flatpak --user remote-add --no-gpg-verify --if-not-exists game-repo repo

Check which games are available in the repo:

flatpak --user remote-ls game-repo

Install the game for that user:

flatpak --user install game-repo com.gog.Call_of_Cthulhu__Shadow_of_the_Comet

Similar projects

Out of scope