relase script: fix wontg file name (lv_version.h instead of lvgl.h)

This commit is contained in:
Gabor Kiss-Vamosi
2020-06-01 22:28:59 +02:00
parent d28ac991ec
commit 1544bd7b07

View File

@@ -72,7 +72,7 @@ def lvgl_update_version():
f.close()
f = open("./src/lv_version.h", "w")
f = open("./lvgl.h", "w")
f.write(outbuf)
f.close()