diff --git a/applications/plugins/protoview/binaries/README.md b/applications/plugins/protoview/binaries/README.md deleted file mode 100644 index 58113d779..000000000 --- a/applications/plugins/protoview/binaries/README.md +++ /dev/null @@ -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. diff --git a/applications/plugins/protoview/binaries/protoview.fap b/applications/plugins/protoview/binaries/protoview.fap deleted file mode 100644 index 95e7cb3da..000000000 Binary files a/applications/plugins/protoview/binaries/protoview.fap and /dev/null differ diff --git a/applications/plugins/protoview/binaries/update.sh b/applications/plugins/protoview/binaries/update.sh deleted file mode 100755 index 5a4ea0b4e..000000000 --- a/applications/plugins/protoview/binaries/update.sh +++ /dev/null @@ -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.'