💾 Save content in install.inf file

This commit is contained in:
ful1e5 2020-08-26 12:01:18 +05:30
parent 61ad38d41c
commit befee63177
2 changed files with 3 additions and 3 deletions

View file

@ -41,5 +41,5 @@ windows_cursors = {
# Windows install.inf file content
with open("./scripts/windows.inf") as f:
data = f.read()
window_install_inf = data.replace(
window_install_inf_content = data.replace(
"<inject_theme_name>", name+" Cursors").replace("<inject_author_name>", author)