fix(scripts): fix update_version error (#6662)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
Liu Yi
2024-08-13 17:05:46 +08:00
committed by GitHub
parent 0e60911f8a
commit 51649d5e82

View File

@@ -130,7 +130,7 @@ if __name__ == '__main__':
targets = [
MacroReplacer(['lv_version.h']),
CmakeReplacer(['env_support', 'cmake', 'custom.cmake']),
CmakeReplacer(['env_support', 'cmake', 'version.cmake']),
PrefixReplacer(['lv_conf_template.h'], 'Configuration file for v'),
]