flatpak: Add installation instructions and wrapper script.
This commit is contained in:
parent
3ee76efa56
commit
18e501441c
3 changed files with 39 additions and 4 deletions
7
eris-flatpak
Executable file
7
eris-flatpak
Executable 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 "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue