Clean up Flatpak manifest for v2026.2.0

- Update tag to v2026.2.0
- Use SKIP_WASM_BUILD env var instead of build-time package.json patch
- Install metainfo from git source (remove temporary type: file source)
- Fix fix-lockfile.mjs to skip workspace packages
- CI: commit metainfo releases back to app repo, bump permissions to write
This commit is contained in:
Gregory Schier
2026-02-10 23:19:23 -08:00
parent 76ee3fa61b
commit a1c6295810
3 changed files with 16 additions and 15 deletions

View File

@@ -47,7 +47,9 @@ let changesMade = false;
async function fillAllResolved(packages) {
for (const packagePath in packages) {
if (packagePath === "") continue;
if (!packagePath.includes("node_modules/")) continue;
const p = packages[packagePath];
if (p.link) continue;
if (!p.inBundle && !p.bundled && (!p.resolved || !p.integrity)) {
const packageName =
p.name ||