mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
Cooker Test
This commit is contained in:
parent
a170edc673
commit
937ebe8329
2883
tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
Normal file
2883
tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
Normal file
File diff suppressed because one or more lines are too long
|
@ -387,5 +387,5 @@ func read_change_regex(file_path: String, key: String, new_value: String, use_qu
|
||||||
file = FileAccess.open(file_path, FileAccess.WRITE)
|
file = FileAccess.open(file_path, FileAccess.WRITE)
|
||||||
file.store_string(updated_content)
|
file.store_string(updated_content)
|
||||||
file.close()
|
file.close()
|
||||||
return new_value
|
|
||||||
print("File updated successfully")
|
print("File updated successfully")
|
||||||
|
return new_value
|
||||||
|
|
Loading…
Reference in a new issue