unleashed-firmware/applications/plugins/protoview/binaries/update.sh

4 lines
154 B
Bash
Executable file

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