zlgopen / awtk-linux-fb

awtk port for linux framebuffer
108 stars 49 forks source link

.res文件无法生成 #77

Closed Ttwus closed 2 years ago

Ttwus commented 2 years ago

在linux环境下,参考Meter.v2-Demo/,在文件下的design/default/images/x2路径直接添加了一个png图片文件。调用scripts/update_res.py脚本。无法生成.res或.data类型资源文件。

project.json信息如下 : { "name": "Meter.2-Demo", "entry": "home_page/home_page", "assets": { "loadFrom": "any", "const": "resource_data", "defaultLanguage": "zh", "defaultCountry": "CN", "themes": { "default": { "activedSystemBar": "system_bar", "activedBottomSystemBar": "system_barb", "packaged": true, "fonts": { "default": { "text": " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^abcdefghijklmnopqrstuvwxyz{|}~仪表演示" } }, "lcd": { "width": "800", "height": "480", "colorDepth": "16bit", "colorFormat": "BGR(A)" } }, "res_480_272": { "activedSystemBar": "system_bar", "activedBottomSystemBar": "system_bar_b", "packaged": true, "fonts": { "default": { "text": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_abcdefghijklmnopqrstuvwxyz{|}~" } }, "lcd": { "width": "480", "height": "272", "colorDepth": "16bit", "colorFormat": "BGR(A)" } } }, "screenDPR": "x1", "activedTheme": "default", "outputDir": "res" }, "creator": { "name": "AWTK Designer", "version": "1.0.0" }, "awtkRoot": "${DesignerPath}/SDK/awtk" }