v.24.2Improvement

After Self-Extraction, Temporary Binary Moved Instead of Copied

After self-extraction temporary binary is moved instead copying. #59661 (Yakov Olkhovskiy).
Improved binary deployment by moving the self-extracted temporary binary instead of copying it.

Why it matters

This change optimizes the deployment process by reducing redundant file operations when handling self-extracted binaries, resulting in better performance and lower resource usage.

How to use it

Users benefit automatically from this optimization; no additional configuration or action is required to enable it.