flatpak rename

pull/15/head
Miguel Mota 6 years ago
parent 3569e4eae3
commit e655d4bb7f

@ -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

@ -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",
Loading…
Cancel
Save