From 4c228ffddf58cab16202115d16509ce45c8f90cd Mon Sep 17 00:00:00 2001 From: WillyJL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:35:01 +0000 Subject: [PATCH] Air Labyrinth: Use PYTHON3 var --- vgm/apps/air_labyrinth/application.fam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vgm/apps/air_labyrinth/application.fam b/vgm/apps/air_labyrinth/application.fam index fbbf4b3..a0dcf9d 100644 --- a/vgm/apps/air_labyrinth/application.fam +++ b/vgm/apps/air_labyrinth/application.fam @@ -14,8 +14,7 @@ App( # fap_extbuild=( # ExtFile( # path="${FAP_SRC_DIR}/assets", -# 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", +# command="${PYTHON3} ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites", # ), # ), )