From 6dceaea098f7366830665664ecbe15ee4237933f Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 11 May 2018 02:55:01 -0700 Subject: [PATCH] fp run --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f075c8..b1dc6f5 100644 --- a/Makefile +++ b/Makefile @@ -55,12 +55,21 @@ snap/remove: flatpak/build: flatpak-builder --force-clean build-dir com.github.miguelmota.Cointop.json -flatpak/run: +flatpak/run/test: flatpak-builder --run build-dir com.github.miguelmota.Cointop.json cointop flatpak/repo: flatpak-builder --repo=repo --force-clean build-dir com.github.miguelmota.Cointop.json +# add the repository +flatpak/add: + flatpak --user remote-add --no-gpg-verify cointop-repo repo + +flatpak/install: + flatpak --user install cointop-repo com.github.miguelmota.Cointop + +flatpak/run: + flatpak run com.github.miguelmota.Cointop brew/clean: brew/remove brew cleanup --force cointop