diff --git a/flathub/com.github.miguelmota.Cointop.json b/flathub/com.github.miguelmota.Cointop.json index e7e8e60..37448ed 100644 --- a/flathub/com.github.miguelmota.Cointop.json +++ b/flathub/com.github.miguelmota.Cointop.json @@ -1,5 +1,5 @@ { - "app-id": "org.flatpak.Hello", + "app-id": "com.github.miguelmota.Cointop", "runtime": "org.freedesktop.Platform", "runtime-version": "1.6", "sdk": "org.freedesktop.Sdk", @@ -7,6 +7,10 @@ "org.freedesktop.Sdk.Extension.golang" ], "command": "cointop", + "cleanup": [ + "/go", + "/bin/scripts" + ], "modules": [ { "name": "scripts", @@ -47,7 +51,7 @@ "type": "git", "only-arches": ["x86_64", "i386"], "url": "https://github.com/miguelmota/cointop.git", - "commit": "70748c8e665e2608cdf88af91a180bcfd97dfcb1", + "commit": "ab90056cf7ff5ac0134c9ac4dc2e38c120f41142", "dest": "go/src/github.com/miguelmota/cointop" } ] @@ -55,7 +59,6 @@ ], "finish-args": [ - "--filesystem=host", "--share=network" ] } \ No newline at end of file diff --git a/flathub/icon_128.png b/flathub/icon_128.png new file mode 100644 index 0000000..7085479 Binary files /dev/null and b/flathub/icon_128.png differ diff --git a/flathub/icon_64.png b/flathub/icon_64.png new file mode 100644 index 0000000..28bb015 Binary files /dev/null and b/flathub/icon_64.png differ