diff --git a/scripts/release_patch.py b/scripts/release_patch.py index 25a317a38..5d0aaf4c7 100644 --- a/scripts/release_patch.py +++ b/scripts/release_patch.py @@ -64,7 +64,7 @@ def lvgl_update_version(): f.close() - f = open("./src/lv_version", "w") + f = open("./src/lv_version.h", "w") f.write(outbuf) f.close()