Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Fix: Exporter: Global footprint library dir path for macOS (#98)
Browse files Browse the repository at this point in the history
Fix path for global footprint library directory on macOS
  • Loading branch information
sam-mellor authored Oct 24, 2024
1 parent eaead9d commit bb04dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faebryk/libs/kicad/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/ "fp-lib-table"
)
GLOBAL_FP_DIR_PATH = Path(
"/Applications/KiCad/KiCad.app/Contents/SharedSupport/symbols"
"/Applications/KiCad/KiCad.app/Contents/SharedSupport/footprints"
)
case _:
raise EnvironmentError(f"Unsupported platform: {sys.platform}")

0 comments on commit bb04dc1

Please sign in to comment.