mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:38:36 -07:00
10
applications/plugins/protoview/binaries/README.md
Normal file
10
applications/plugins/protoview/binaries/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
BIN
applications/plugins/protoview/binaries/protoview.fap
Normal file
BIN
applications/plugins/protoview/binaries/protoview.fap
Normal file
Binary file not shown.
4
applications/plugins/protoview/binaries/update.sh
Executable file
4
applications/plugins/protoview/binaries/update.sh
Executable file
@@ -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.'
|
||||
Reference in New Issue
Block a user