mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05: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