Air Labyrinth: Use PYTHON3 var

This commit is contained in:
WillyJL 2024-03-06 19:35:01 +00:00 committed by GitHub
parent b17c15ac07
commit 4c228ffddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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