Compare commits

...

2 Commits
v1.0 ... main

Author SHA1 Message Date
Adrien Bourmault 0256451a08
Update runtime version 2024-02-14 13:18:44 +01:00
neox cb15d6e51e
popcorntime 0.5.0 2024-02-10 20:13:24 +01:00
2 changed files with 7 additions and 6 deletions

View File

@ -50,6 +50,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2024-02-10" version="0.5.0"/>
<release date="2020-04-14" version="0.4.4"/>
<release date="2018-05-14" version="0.3.10"/>
</releases>

View File

@ -1,9 +1,9 @@
app-id: sh.popcorntime.PopcornTime
runtime: org.freedesktop.Platform
runtime-version: '21.08'
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
base: org.electronjs.Electron2.BaseApp
base-version: '21.08'
base-version: '23.08'
command: popcorntime-wrapper
separate-locales: false
finish-args:
@ -17,13 +17,13 @@ modules:
- name: popcorntime
buildsystem: simple
cleanup:
- Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip
- Popcorn-Time-0.5.0-linux64.zip
sources:
- type: file
only-arches:
- x86_64
url: https://popcorn-time.ga/build-ru/Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip
sha256: e6577548a60072e2d22b49f65cb6b4a68343aa26efed9835030b78b0a1199f36
url: https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-linux64.zip
sha256: 0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b
- type: file
path: sh.popcorntime.PopcornTime.metainfo.xml
- type: script
@ -32,7 +32,7 @@ modules:
- exec /app/popcorntime/Popcorn-Time
build-commands:
- install -d /app/popcorntime
- unzip Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip -d /app/popcorntime
- unzip Popcorn-Time-0.5.0-linux64.zip -d /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