From d99b8c7f699c39f3f6d0937915822001f17af751 Mon Sep 17 00:00:00 2001 From: "MPG13 (Micah Gomez)" Date: Sun, 20 Oct 2019 00:13:44 -0600 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..014283a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# FlashBackCompile +FlashBack Compile Repo + +This is the This is the compilation setup portion of the Jailbreak utility "FlashBack" +To compile FlashBack as a deb: +1. build **https://github.com/MPG13/FlashBack** and copy the .app to **[FlashBackCompile/FlashBack/Applications/FlashBack.app]**. +2. Copy the script binaries from **https://github.com/MPG13/FlashBackScripts** to **[FlashBackCompile/FlashBack/usr/bin]** +3. Navigate to FlashBackCompile in a terminal, and run + + dpkg -b FlashBack FlashBack.deb +