AirLabyrinth: Fix sprites on windows (still precompiled tho)

This commit is contained in:
Willy-JL 2024-03-04 22:48:01 +00:00
parent d27edb92fe
commit b17c15ac07

View File

@ -14,7 +14,8 @@ App(
# fap_extbuild=(
# ExtFile(
# path="${FAP_SRC_DIR}/assets",
# command="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
# command=("python" if __import__("sys").platform == "win32" else "python3")
# + " ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
# ),
# ),
)