[+] build_args
This commit is contained in:
@@ -13,11 +13,9 @@ build_json_path = './win/build.json'
|
||||
|
||||
# Настройки сборки
|
||||
main = 'src/main.py'
|
||||
icon = "./src/resources/ico/icon_dark.ico"
|
||||
data = [
|
||||
"./src/resources;resources/", # Папка с ресурсами для UI и т.д.
|
||||
"./.venv/Lib/site-packages/customtkinter;customtkinter/", # Папка с библиотекой customtkinter
|
||||
]
|
||||
product_name = "None" # Читается из metadata
|
||||
icon = "" # Читается из metadata
|
||||
data = []
|
||||
|
||||
path_fix = os.path.abspath(os.path.dirname(__file__)) + "/../../"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user