Skip to content

Commit

Permalink
build: Switch from YAML format for sources list to JSON format
Browse files Browse the repository at this point in the history
Signed-off-by: Felicitas Pojtinger <[email protected]>
  • Loading branch information
pojntfx committed Jul 24, 2024
1 parent abc41ff commit ed42df7
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 444 deletions.
2 changes: 1 addition & 1 deletion com.pojtinger.felicitas.Multiplex.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"install -D -m 0644 internal/resources/$FLATPAK_ID.metainfo.xml /app/share/metainfo/$FLATPAK_ID.metainfo.xml",
"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"
],
"sources": [{ "type": "dir", "path": "." }, "go.mod.yml"]
"sources": [{ "type": "dir", "path": "." }, "go.mod.json"]
}
]
}
Loading

0 comments on commit ed42df7

Please sign in to comment.