2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00

flatpak share network

This commit is contained in:
Miguel Mota 2018-05-11 01:52:25 -07:00
parent e8baf230ab
commit 3569e4eae3

View File

@ -9,14 +9,18 @@
"name": "cointop",
"buildsystem": "simple",
"build-commands": [
"install -D cointop /app/bin/cointop"
"install -D bin/linux/cointop /app/bin/cointop"
],
"sources": [
{
"type": "file",
"path": "bin/cointop"
"type": "git",
"url": "https://github.com/miguelmota/cointop.git"
}
]
}
],
"finish-args": [
"--filesystem=home",
"--share=network"
]
}