relase script: fix wontg file name (lv_version.h instead of lvgl.h)
This commit is contained in:
@@ -72,7 +72,7 @@ def lvgl_update_version():
|
|||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open("./src/lv_version.h", "w")
|
f = open("./lvgl.h", "w")
|
||||||
|
|
||||||
f.write(outbuf)
|
f.write(outbuf)
|
||||||
f.close()
|
f.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user