We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8066a32 commit b2a78f5Copy full SHA for b2a78f5
air_arkanoid/application.fam
@@ -12,7 +12,7 @@ App(
12
fap_extbuild=(
13
ExtFile(
14
path="${FAP_SRC_DIR}/assets",
15
- command="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",
16
),
17
18
)
0 commit comments