mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
Remove protoview binaries
This commit is contained in:
parent
034a436ae0
commit
59bcad0cfc
3 changed files with 0 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
|||
This is the binary distribution of the application. If you don't want
|
||||
to build it from source, just take `protoview.fap` file and drop it into the
|
||||
following Flipper Zero location:
|
||||
|
||||
/ext/apps/Tools
|
||||
|
||||
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/Tools`, and that's it.
|
Binary file not shown.
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
BINPATH="/Users/antirez/hack/flipper/official/build/f7-firmware-D/.extapps/protoview.fap"
|
||||
cp $BINPATH .
|
||||
git commit -a -m 'Binary file updated.'
|
Loading…
Reference in a new issue