Explorar el Código

Binary update script.

antirez hace 3 años
padre
commit
4635c8fccd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      binaries/update.sh

+ 4 - 0
binaries/update.sh

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