mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 03:05:13 -04:00
💾 Store actual content in install.inf
This commit is contained in:
parent
424ff294b4
commit
8b9bf98011
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue