Browse Source

flatpak: Properly clean up grass

merge-requests/1958/merge
Kévin Commaille 11 months ago
parent
commit
b7c45229d0
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 2
      build-aux/org.gnome.Fractal.Devel.json

2
build-aux/org.gnome.Fractal.Devel.json

@ -48,6 +48,7 @@
"cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
],
"cleanup": ["bin/grass"],
"modules": [
{
"name": "grass",
@ -62,7 +63,6 @@
"mkdir -p /app/bin",
"install -D ./target/release/grass /app/bin/"
],
"cleanup": ["*"],
"sources": [
{
"type": "git",

Loading…
Cancel
Save