Skip to content

Commit cd13407

Browse files
authored
use logo as image in manifest (#78)
1 parent 72f4464 commit cd13407

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"description": "Example project to use LVGL on top of Linux graphics stack. Currently supported backends are either legacy framebuffer (fbdev), modern DRM/KMS, or SDL2.",
1414
"shortDescription": "CMake project for Linux devices supporting various display drivers.",
1515
"urlToClone": "https://github.com/lvgl/lv_port_linux",
16-
"logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg"],
16+
"logos": [
17+
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg"
18+
],
19+
"image": "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg",
1720
"branches": [
1821
"release/v9.2"
1922
],

0 commit comments

Comments
 (0)