Просмотр исходного кода

Prep for automated build system

antirez 3 лет назад
Родитель
Сommit
4a49e0458c
3 измененных файлов с 0 добавлено и 14 удалено
  1. 0 10
      binaries/README.md
  2. BIN
      binaries/asteroids.fap
  3. 0 4
      binaries/update.sh

+ 0 - 10
binaries/README.md

@@ -1,10 +0,0 @@
-This is the binary distribution of the application. If you don't want
-to build it from source, just take `asteroids.fap` file and drop it into the
-following Flipper Zero location:
-
-    /ext/apps/Games
-
-The `ext` part means that we are in the SD card. So if you don't want
-to use the Android (or other) application to upload the file,
-you can just take out the SD card, insert it in your computer,
-copy the fine into `apps/Games`, and that's it.

BIN
binaries/asteroids.fap


+ 0 - 4
binaries/update.sh

@@ -1,4 +0,0 @@
-#!/bin/sh
-BINPATH="/Users/antirez/hack/flipper/official/build/f7-firmware-D/.extapps/asteroids.fap"
-cp $BINPATH .
-git commit -a -m 'Binary file updated.'