mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 07:04:47 -04:00
📂 Out directory config in config.py
This commit is contained in:
parent
4dbd066cd8
commit
5afade1d64
2 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,10 @@ import shutil
|
|||
import json
|
||||
import sys
|
||||
|
||||
from config import name, temp_folder, bitmaps_dir, win_out, x11_out, window_install_inf_content, windows_cursors
|
||||
from config import name, temp_folder, bitmaps_dir, win_out, x11_out, window_install_inf_content, windows_cursors, package_dir
|
||||
from os import path, listdir, rename, remove
|
||||
|
||||
|
||||
package_dir = "./themes"
|
||||
x11_out_dir = path.join(package_dir, x11_out)
|
||||
win_out_dir = path.join(package_dir, win_out)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue