1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-27 17:00:52 +01:00

Fix Flatpak manifest

This commit is contained in:
Hari Rana 2023-02-19 19:31:25 -05:00
parent c5badd1647
commit 1e55a78212
No known key found for this signature in database
GPG Key ID: FA9B0DB2217599CA

View File

@ -27,13 +27,14 @@
{
"name": "upscayl",
"buildsystem": "simple",
"cleanup": ["upscayl-1.5.5.zip"],
"cleanup": ["upscayl.zip"],
"sources": [
{
"type": "file",
"only-arches": ["x86_64"],
"url": "https://github.com/JanDeDinoMan/upscayl/releases/download/v1.5.5/upscayl-1.5.5.zip",
"sha256": "0e57b3cbb96299fac6beea185ffdf2f105d3258ac6081bd1f3c408912541dacc"
"url": "https://github.com/upscayl/upscayl/releases/download/v2.0.1/upscayl-2.0.1-linux.zip",
"sha256": "96883ae1bb9a3a5c0972ab7e402c5132e40c4fe0ffaeec8753524df16b03de51",
"dest-filename": "upscayl.zip"
},
{
"type": "file",
@ -51,7 +52,7 @@
],
"build-commands": [
"install -d /app/upscayl",
"unzip upscayl-1.5.5 -d /app/upscayl",
"unzip upscayl -d /app/upscayl",
"install upscayl-wrapper /app/bin/",
"install -d /app/share/icons/hicolor/512x512/apps/",
"install icon.png /app/share/icons/hicolor/512x512/apps/org.upscayl.app.png",