From e655d4bb7f50fa803b598770a1f8bf4d0255276f Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 11 May 2018 02:04:08 -0700 Subject: [PATCH] flatpak rename --- Makefile | 10 ++++++++++ ....Cointop.json => com.github.miguelmota.Cointop.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) rename com.miguelmota.Cointop.json => com.github.miguelmota.Cointop.json (91%) diff --git a/Makefile b/Makefile index 7b239bf..7f075c8 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,16 @@ snap/deploy: snap/remove: snap remove cointop +flatpak/build: + flatpak-builder --force-clean build-dir com.github.miguelmota.Cointop.json + +flatpak/run: + 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 + + brew/clean: brew/remove brew cleanup --force cointop brew prune diff --git a/com.miguelmota.Cointop.json b/com.github.miguelmota.Cointop.json similarity index 91% rename from com.miguelmota.Cointop.json rename to com.github.miguelmota.Cointop.json index 6ab6386..a0d846f 100644 --- a/com.miguelmota.Cointop.json +++ b/com.github.miguelmota.Cointop.json @@ -1,5 +1,5 @@ { - "app-id": "com.miguelmota.Cointop", + "app-id": "com.github.miguelmota.Cointop", "runtime": "org.freedesktop.Platform", "runtime-version": "1.6", "sdk": "org.freedesktop.Sdk",