From a0e024cbe03cc3a608363897a5f033a09b8030fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Str=C3=B6ger?= Date: Fri, 2 Nov 2018 19:36:02 +0100 Subject: [PATCH] readme --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4f79faa..1cde1e0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # stremio-flatpak -Stremio Flatpak package (WIP) +PopcornTime Flatpak package (unoffical) ## TODO: -- [ ] Add tray icon support on old distro -- [ ] Add an AppData file -- [ ] Bundle a higher resolution icon - [ ] Contact upstream to use it as an official distribution system -- [ ] The application keeps running on the background when you close it (tray icon is hidden) +- [ ] Get a dynamic mirror link instead of "mirror03.popcorntime.sh" +- [ ] Looking for a way to allow external players (might not be possible with flatpak) ## How to build: @@ -34,11 +32,11 @@ flatpak install flathub org.electronjs.Electron2.BaseApp//stable 5 - Clone the repository ``` -git clone --recurse-submodules https://github.com/bilelmoussaoui/stremio-flatpak/ -cd ./stremio-flatpak +git clone --recurse-submodules https://gitlab.com/Preisschild/popcorntime-flatpak +cd ./popcorntime-flatpak ``` -6 - Build & Install Stremio's Flatpak package +6 - Build & Install the Flatpak package ``` -flatpak-builder --install stremio com.stremio.Stremio.yml +flatpak-builder --install stremio sh.popcorntime.PopcornTime.yml ```