diff --git a/image/wh_default.png b/image/wh_default.png new file mode 100644 index 0000000..9db8200 Binary files /dev/null and b/image/wh_default.png differ diff --git a/winehelper b/winehelper index e3f706a..b725690 100755 --- a/winehelper +++ b/winehelper @@ -610,7 +610,7 @@ create_desktop () { print_ok "Иконка успешно извлечена и сохранена: $icon_file" else print_warning "Не удалось извлечь иконку из $exe_file. Используется иконка по умолчанию." - icon_file="wine" # Запасной вариант + icon_file="$WH_IMAGE_PATH/wh_default.png" # Запасной вариант fi try_remove_dir "$tmp_ico_dir" fi @@ -620,7 +620,7 @@ create_desktop () { # Случай 4: Запасной вариант по умолчанию else print_info "Иконка '$icon_arg' не найдена. Используется иконка по умолчанию." - icon_file="wine" + icon_file="$WH_IMAGE_PATH/wh_default.png" fi # --- Конец логики обработки иконки ---