Skip to content

Commit bc063f2

Browse files
committed
upd air arkanoid
1 parent efc1c53 commit bc063f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base_pack/air_arkanoid/application.fam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ App(
77
fap_icon="icon.png",
88
fap_category="Games",
99
fap_file_assets="assets",
10+
fap_description="Arkanoid game that supports the Video Game Module motion sensor",
11+
fap_version="1.1",
1012
fap_extbuild=(
1113
ExtFile(
1214
path="${FAP_SRC_DIR}/assets",
13-
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",
1416
),
1517
),
1618
)

0 commit comments

Comments
 (0)