You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LibraryLoader.example.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[settings]
2
-
download_path = "download"# Path to download/save libs to. Paths can be absolute or relative. Relative paths are relative to the current working directory.
3
-
# watch_path = "watch" # Path to watch for zipped .epw files.
2
+
output_path = "download"# Path to download/save libs to. Paths can be absolute or relative. Relative paths are relative to the current working directory.
3
+
# watch_path = "" # Path to watch for zipped .epw files.
4
4
# format = "" # What format should be saved? Eagle, kikad, ..
0 commit comments