Skip to content

Commit 104bc3c

Browse files
committed
make bundle name match repo name
1 parent a173e10 commit 104bc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ def build(src, dest, size, variant):
9696
deque(pool.starmap(build, targets), 0)
9797

9898
check_call(
99-
"circuitpython-build-bundles --output_directory dist --filename_prefix circuitpython-font --library_location libraries/ --library_depth 1",
99+
"circuitpython-build-bundles --output_directory dist --filename_prefix circuitpython-fonts --library_location libraries/ --library_depth 1",
100100
shell=True,
101101
)

0 commit comments

Comments
 (0)