Skip to content

Commit b2a78f5

Browse files
Willy-JLhedger
andauthored
AirArkanoid: Fix python3 on Windows (#155)
Co-authored-by: hedger <hedger@users.noreply.github.com>
1 parent 8066a32 commit b2a78f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

air_arkanoid/application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ App(
1212
fap_extbuild=(
1313
ExtFile(
1414
path="${FAP_SRC_DIR}/assets",
15-
command="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
15+
command="${PYTHON3} ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
1616
),
1717
),
1818
)

0 commit comments

Comments
 (0)