From 25b0246d820c5fb854664f610ac142fd21cc1b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Str=C3=B6ger?= Date: Wed, 26 Dec 2018 18:40:54 +0100 Subject: [PATCH] Use main version --- .gitignore | 2 ++ sh.popcorntime.PopcornTime.yml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60b2cff --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.flatpak-builder +popcorntime \ No newline at end of file diff --git a/sh.popcorntime.PopcornTime.yml b/sh.popcorntime.PopcornTime.yml index c4ebbc4..e70b87b 100644 --- a/sh.popcorntime.PopcornTime.yml +++ b/sh.popcorntime.PopcornTime.yml @@ -18,20 +18,20 @@ modules: - name: popcorntime buildsystem: simple cleanup: - - Popcorn-Time-0.3.10_linux64.tar.xz + - Popcorn-Time-0.3.10-Linux-64.tar.xz sources: - type: file only-arches: - x86_64 - url: https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/332/artifact/build/Popcorn-Time-0.3.10_linux64.tar.xz - sha256: f852f8824365d9767a7bd84eb05c15a1d161ad07c1e6a920aa69feee36734e33 + url: https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz + sha256: b7f789c2e2f3b0f7e3408a437080404f8a2aa7ce4a41858cf891b02cda8c37a5 - type: script dest-filename: popcorntime-wrapper commands: - exec /app/popcorntime/Popcorn-Time build-commands: - install -d /app/popcorntime - - tar -xvf Popcorn-Time-0.3.10_linux64.tar.xz -C /app/popcorntime + - tar -xvf Popcorn-Time-0.3.10-Linux-64.tar.xz -C /app/popcorntime - install popcorntime-wrapper /app/bin/ - install -d /app/share/icons/hicolor/256x256/apps/ - install /app/popcorntime/src/app/images/icon.png /app/share/icons/hicolor/256x256/apps/sh.popcorntime.PopcornTime.png