You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCU - hide SCU folders by adding "." to foldername
This commit is contained in:
@@ -223,7 +223,7 @@ def process_folder(folders, sought_exceptions=[], includes_per_scu=0, extension=
|
||||
start_line = 0
|
||||
|
||||
# These do not vary throughout the loop
|
||||
output_folder = abs_main_folder + "/scu/"
|
||||
output_folder = abs_main_folder + "/.scu/"
|
||||
output_filename_prefix = "scu_" + out_filename
|
||||
|
||||
fresh_files = set()
|
||||
|
||||
Reference in New Issue
Block a user