Browse Source

build: Properly clean up grass

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

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

@ -48,7 +48,9 @@
"cleanup-commands": [ "cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
], ],
"cleanup": ["bin/grass"], "cleanup": [
"/bin/grass"
],
"modules": [ "modules": [
{ {
"name": "grass", "name": "grass",

Loading…
Cancel
Save