mirror of
https://github.com/miguelmota/cointop
synced 2024-11-10 13:10:26 +00:00
fp run
This commit is contained in:
parent
6ad9a6d916
commit
6dceaea098
11
Makefile
11
Makefile
@ -55,12 +55,21 @@ snap/remove:
|
|||||||
flatpak/build:
|
flatpak/build:
|
||||||
flatpak-builder --force-clean build-dir com.github.miguelmota.Cointop.json
|
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-builder --run build-dir com.github.miguelmota.Cointop.json cointop
|
||||||
|
|
||||||
flatpak/repo:
|
flatpak/repo:
|
||||||
flatpak-builder --repo=repo --force-clean build-dir com.github.miguelmota.Cointop.json
|
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/clean: brew/remove
|
||||||
brew cleanup --force cointop
|
brew cleanup --force cointop
|
||||||
|
Loading…
Reference in New Issue
Block a user