mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-23 03:27:08 -04:00
💾 Save content in install.inf file
This commit is contained in:
parent
61ad38d41c
commit
befee63177
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue