mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
This consolidates python scripting in two locations: the system-wide package-based location and the user configuration location. It also updates the "Show Scripting Folder" action to open the user configuration location instead of the package-based one. Fixes https://gitlab.com/kicad/code/kicad/issues/5652 Fixes https://gitlab.com/kicad/code/kicad/issues/5115