flatpak: Cosmetics
The sources array is usually at the end of a module. Maybe nitpicking, but the module name will be used as a folder name, and camelcase for folder names is less common on Linux.
This commit is contained in:
parent
63e420ed11
commit
2d19afaaef
@ -214,19 +214,19 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "SolveSpace",
|
||||
"sources": [
|
||||
{
|
||||
"type": "dir",
|
||||
"path": "../.."
|
||||
}
|
||||
],
|
||||
"name": "solvespace",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DFLATPAK=ON",
|
||||
"-DENABLE_CLI=OFF",
|
||||
"-DENABLE_TESTS=OFF"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "dir",
|
||||
"path": "../.."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user