flatpak: Add installation instructions and wrapper script.

This commit is contained in:
Andrew Hamilton 2020-01-11 12:02:25 +10:00
parent 3ee76efa56
commit 18e501441c
3 changed files with 39 additions and 4 deletions

7
eris-flatpak Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
exec flatpak run --filesystem=host com.github.ahamilton.eris "$@"