We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc2ab0 commit 28a942dCopy full SHA for 28a942d
1 file changed
scripts/build_copy.py
@@ -10,6 +10,7 @@
10
y = 15
11
12
for file in folder.glob("*.lua"):
13
+ if file.name == "globed.lua": continue
14
script = GlobedScript()
15
script.import_script(file)
16
script.prefix = f"{PREFIX}:{str(file.stem).upper()}"
0 commit comments