Set distribution channel for flatpak

This commit is contained in:
Gunter Labes 2024-03-14 14:01:00 +01:00
parent 28ba930c89
commit c082bc7b5f

View file

@ -72,6 +72,12 @@
"type": "git",
"path": "/usr/src/wesnoth/master",
"branch": "master"
},
{
"type": "shell",
"commands": [
"echo Flatpak > data/dist"
]
}
]
}