MX 1 год назад
Родитель
Сommit
9af5f4e1fd
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      application.fam

+ 3 - 1
application.fam

@@ -7,10 +7,12 @@ App(
     fap_icon="icon.png",
     fap_icon="icon.png",
     fap_category="Games",
     fap_category="Games",
     fap_file_assets="assets",
     fap_file_assets="assets",
+    fap_description="Arkanoid game that supports the Video Game Module motion sensor",
+    fap_version="1.1",
     fap_extbuild=(
     fap_extbuild=(
         ExtFile(
         ExtFile(
             path="${FAP_SRC_DIR}/assets",
             path="${FAP_SRC_DIR}/assets",
-            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",
         ),
         ),
     ),
     ),
 )
 )