More changes for Flathub submission

This commit is contained in:
Stephen Horvath
2025-09-27 18:21:11 +10:00
parent 70d3788dd6
commit a31f851707
3 changed files with 18 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
"*.a"
],
"modules" : [
"python3-cros_ec_python.json",
{
"name" : "yafi",
"builddir" : true,
@@ -32,18 +33,6 @@
"path" : "."
}
]
},
{
"name": "cros_ec_python",
"buildsystem": "simple",
"build-options": {
"build-args": [
"--share=network"
]
},
"build-commands": [
"pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.2.0\""
]
}
]
}