mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-18 17:25:10 -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
|
@ -5,7 +5,7 @@ import json
|
|||
import sys
|
||||
|
||||
from os import path, listdir, rename, remove
|
||||
from config import name, bitmaps_dir, out_dir, window_install_inf, windows_cursors
|
||||
from config import name, bitmaps_dir, out_dir, window_install_inf_content, windows_cursors
|
||||
|
||||
|
||||
def window_bundle(win_out_dir: str) -> None:
|
||||
|
@ -23,7 +23,7 @@ def window_bundle(win_out_dir: str) -> None:
|
|||
# creating install.inf file
|
||||
install_inf_path = path.join(win_out_dir, "install.inf")
|
||||
with open(install_inf_path, "w") as file:
|
||||
file.write(install_inf_path)
|
||||
file.write(window_install_inf_content)
|
||||
|
||||
|
||||
def init_build() -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue