Skip to content

Commit 349bfd0

Browse files
committed
rename
1 parent b420da9 commit 349bfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
BUILD_DEPS = os.path.join(BUILD_DIR, "deps")
2323
BUILD_RELEASE = os.path.join(BUILD_DIR, "release")
2424
# the bundle commone name and file
25-
BUNDLE_NAME = "neradoc-keyboard-layouts"
25+
BUNDLE_NAME = "circuitpython-keyboard-layouts"
2626
BUNDLE_JSON = os.path.join(BUILD_RELEASE, f"{BUNDLE_NAME}-{TAG}.json")
2727
# platform dependent
2828
BUNDLE_PATH_NAME = f"{BUNDLE_NAME}-{{platform}}-{TAG}"

0 commit comments

Comments
 (0)