mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Avoid excess writes to the project directory to dodge issues with remote file systems not fully writing data. wxRename works across disk boundaries (in theory) and falls back to wxCopy/wxRemove when it fails Fixes https://gitlab.com/kicad/code/kicad/issues/10747