We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc1c53 commit bc063f2Copy full SHA for bc063f2
base_pack/air_arkanoid/application.fam
@@ -7,10 +7,12 @@ App(
7
fap_icon="icon.png",
8
fap_category="Games",
9
fap_file_assets="assets",
10
+ fap_description="Arkanoid game that supports the Video Game Module motion sensor",
11
+ fap_version="1.1",
12
fap_extbuild=(
13
ExtFile(
14
path="${FAP_SRC_DIR}/assets",
- 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",
16
),
17
18
)
0 commit comments