We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b420da9 commit 349bfd0Copy full SHA for 349bfd0
1 file changed
build.py
@@ -22,7 +22,7 @@
22
BUILD_DEPS = os.path.join(BUILD_DIR, "deps")
23
BUILD_RELEASE = os.path.join(BUILD_DIR, "release")
24
# the bundle commone name and file
25
-BUNDLE_NAME = "neradoc-keyboard-layouts"
+BUNDLE_NAME = "circuitpython-keyboard-layouts"
26
BUNDLE_JSON = os.path.join(BUILD_RELEASE, f"{BUNDLE_NAME}-{TAG}.json")
27
# platform dependent
28
BUNDLE_PATH_NAME = f"{BUNDLE_NAME}-{{platform}}-{TAG}"
0 commit comments