Browse Source

build: Properly clean up grass

This is the right way, removing all files generated by the module.
merge-requests/1958/merge
Kévin Commaille 11 months ago
parent
commit
5c774ceccc
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,9 +48,6 @@
"cleanup-commands": [
"mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
],
"cleanup": [
"/bin/grass"
],
"modules": [
{
"name": "grass",
@ -65,6 +62,7 @@
"mkdir -p /app/bin",
"install -D ./target/release/grass /app/bin/"
],
"cleanup": ["*"],
"sources": [
{
"type": "git",

Loading…
Cancel
Save