💾 Store actual content in install.inf

This commit is contained in:
ful1e5 2020-08-26 11:42:22 +05:30
parent 424ff294b4
commit 8b9bf98011
2 changed files with 3 additions and 3 deletions

View file

@ -50,5 +50,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)