Browse Source

Binary update script.

antirez 3 năm trước cách đây
mục cha
commit
4635c8fccd
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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.'