Jelajahi Sumber

Air Labyrinth: Use PYTHON3 var

WillyJL 1 tahun lalu
induk
melakukan
3787de4aec
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      application.fam

+ 1 - 2
application.fam

@@ -14,8 +14,7 @@ App(
 #    fap_extbuild=(
 #    fap_extbuild=(
 #        ExtFile(
 #        ExtFile(
 #            path="${FAP_SRC_DIR}/assets",
 #            path="${FAP_SRC_DIR}/assets",
-#            command=("python" if __import__("sys").platform == "win32" else "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",
 #        ),
 #        ),
 #    ),
 #    ),
 )
 )