Upload files to "/"
This commit is contained in:
parent
1f0eb0e79d
commit
162388a1a9
1 changed files with 7 additions and 6 deletions
|
@ -9,6 +9,7 @@
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--filesystem=xdg-config"
|
"--filesystem=xdg-config"
|
||||||
],
|
],
|
||||||
|
"rename-icon": "codes.swee.SweeCryptGTK",
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "python3-modules",
|
"name": "python3-modules",
|
||||||
|
@ -54,15 +55,15 @@
|
||||||
"buildsystem": "simple",
|
"buildsystem": "simple",
|
||||||
"build-commands": ["chmod 1777 sweecrypt-gtk-flatpak.py",
|
"build-commands": ["chmod 1777 sweecrypt-gtk-flatpak.py",
|
||||||
"install -D sweecrypt-gtk-flatpak.py /app/bin/sweecrypt-gtk",
|
"install -D sweecrypt-gtk-flatpak.py /app/bin/sweecrypt-gtk",
|
||||||
"install -D sweecrypt-gtk.ui /app/opt/sweecrypt-gtk.ui",
|
"install -D flatpak.ui /app/opt/sweecrypt-gtk.ui",
|
||||||
"install -D sweecrypt.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/codes.swee.SweeCryptGTK.png",
|
"install -D sweecrypt.png /app/share/icons/hicolor/128x128/apps/codes.swee.SweeCryptGTK.png",
|
||||||
"install -D sweecrypt.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/codes.swee.SweeCryptGTK.svg",
|
"install -D sweecrypt.svg /app/share/icons/hicolor/scalable/apps/codes.swee.SweeCryptGTK.svg",
|
||||||
"install -D flatpak.desktop /app/exports/share/applications/codes.swee.SweeCryptGTK.desktop",
|
"install -D flatpak.desktop /app/share/applications/codes.swee.SweeCryptGTK.desktop",
|
||||||
"install -D flatpak.xml /app/share/metainfo/codes.swee.SweeCryptGTK.metainfo.xml"],
|
"install -D flatpak.xml /app/share/metainfo/codes.swee.SweeCryptGTK.metainfo.xml"],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "sweecrypt-gtk.ui"
|
"path": "flatpak.ui"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
@ -74,7 +75,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "dpkg/usr/share/icons/hicolor/512x512/apps/sweecrypt.png"
|
"path": "dpkg/usr/share/icons/hicolor/128x128/apps/sweecrypt.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
|
Loading…
Reference in a new issue