Upload files to "/"
Some checks failed
Auto build / Build Debian Package (push) Successful in 42s
Auto build / Build Flatpak Package (push) Failing after 29s

This commit is contained in:
Nova Cat 2024-12-27 18:00:22 -08:00
parent 1f0eb0e79d
commit 162388a1a9

View file

@ -9,6 +9,7 @@
"--socket=wayland",
"--filesystem=xdg-config"
],
"rename-icon": "codes.swee.SweeCryptGTK",
"modules": [
{
"name": "python3-modules",
@ -54,15 +55,15 @@
"buildsystem": "simple",
"build-commands": ["chmod 1777 sweecrypt-gtk-flatpak.py",
"install -D sweecrypt-gtk-flatpak.py /app/bin/sweecrypt-gtk",
"install -D sweecrypt-gtk.ui /app/opt/sweecrypt-gtk.ui",
"install -D sweecrypt.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/codes.swee.SweeCryptGTK.png",
"install -D sweecrypt.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/codes.swee.SweeCryptGTK.svg",
"install -D flatpak.desktop /app/exports/share/applications/codes.swee.SweeCryptGTK.desktop",
"install -D flatpak.ui /app/opt/sweecrypt-gtk.ui",
"install -D sweecrypt.png /app/share/icons/hicolor/128x128/apps/codes.swee.SweeCryptGTK.png",
"install -D sweecrypt.svg /app/share/icons/hicolor/scalable/apps/codes.swee.SweeCryptGTK.svg",
"install -D flatpak.desktop /app/share/applications/codes.swee.SweeCryptGTK.desktop",
"install -D flatpak.xml /app/share/metainfo/codes.swee.SweeCryptGTK.metainfo.xml"],
"sources": [
{
"type": "file",
"path": "sweecrypt-gtk.ui"
"path": "flatpak.ui"
},
{
"type": "file",
@ -74,7 +75,7 @@
},
{
"type": "file",
"path": "dpkg/usr/share/icons/hicolor/512x512/apps/sweecrypt.png"
"path": "dpkg/usr/share/icons/hicolor/128x128/apps/sweecrypt.png"
},
{
"type": "file",