Meta: Move skia and angle flatpak build scripts to their own directories

This commit is contained in:
Andrew Kaster 2025-07-22 10:48:41 -06:00 committed by Andrew Kaster
parent 35f65b8dab
commit 7d458103a8
8 changed files with 7 additions and 7 deletions

View File

@ -112,19 +112,19 @@
"sources": [
{
"type": "file",
"path": "angle-checkout.sh"
"path": "angle/angle-checkout.sh"
},
{
"type": "file",
"path": "angle-configure.sh"
"path": "angle/angle-configure.sh"
},
{
"type": "file",
"path": "angle-build.sh"
"path": "angle/angle-build.sh"
},
{
"type": "file",
"path": "angle-install.sh"
"path": "angle/angle-install.sh"
}
],
"build-commands": [
@ -424,15 +424,15 @@
},
{
"type": "file",
"path": "skia-configure.sh"
"path": "skia/skia-configure.sh"
},
{
"type": "file",
"path": "skia-build.sh"
"path": "skia/skia-build.sh"
},
{
"type": "file",
"path": "skia-install.sh"
"path": "skia/skia-install.sh"
}
],
"build-commands": [