Skip to content

Commit ed42df7

Browse files
committed
build: Switch from YAML format for sources list to JSON format
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent abc41ff commit ed42df7

File tree

3 files changed

+1075
-444
lines changed

3 files changed

+1075
-444
lines changed

com.pojtinger.felicitas.Multiplex.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"install -D -m 0644 internal/resources/$FLATPAK_ID.metainfo.xml /app/share/metainfo/$FLATPAK_ID.metainfo.xml",
4040
"for icon in 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 128x128 192x192 256x256 512x512; do install -D -m 0644 docs/icon-${icon}.png /app/share/icons/hicolor/${icon}/apps/$FLATPAK_ID.png; done"
4141
],
42-
"sources": [{ "type": "dir", "path": "." }, "go.mod.yml"]
42+
"sources": [{ "type": "dir", "path": "." }, "go.mod.json"]
4343
}
4444
]
4545
}

0 commit comments

Comments
 (0)