mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-16 20:09:44 -07:00
Make icon assets dir
This commit is contained in:
@@ -105,6 +105,10 @@ def proto_ver_generator(target, source, env):
|
||||
|
||||
def CompileIcons(env, target_dir, source_dir, *, icon_bundle_name="assets_icons"):
|
||||
# Gathering icons sources
|
||||
try:
|
||||
os.mkdir(str(source_dir))
|
||||
except FileExistsError:
|
||||
pass
|
||||
icons_src = env.GlobRecursive("*.png", source_dir)
|
||||
icons_src += env.GlobRecursive("frame_rate", source_dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user