mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-21 00:58:10 -07:00
Update assets
This commit is contained in:
+3
-1
@@ -78,7 +78,9 @@ if assetsenv["IS_BASE_FIRMWARE"]:
|
||||
resources = assetsenv.Command(
|
||||
"#/assets/resources/Manifest",
|
||||
assetsenv.GlobRecursive(
|
||||
"*", assetsenv.Dir("resources").srcnode(), exclude="Manifest"
|
||||
"*",
|
||||
assetsenv.Dir("resources").srcnode(),
|
||||
exclude=["Manifest"],
|
||||
),
|
||||
action=Action(
|
||||
'${PYTHON3} "${ASSETS_COMPILER}" manifest "${TARGET.dir.posix}" --timestamp=${GIT_UNIX_TIMESTAMP}',
|
||||
|
||||
Reference in New Issue
Block a user