Skip to content

Commit 5ca4e18

Browse files
committed
Update README.md
1 parent 7aa1f7d commit 5ca4e18

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Help support this project by ⭐️'ing it! [Donations](https://www.paypal.me/airsqrd) also appreciated!
22

3-
# blobsaver [![GitHub All Releases](https://img.shields.io/github/downloads/airsquared/blobsaver/total.svg)](https://github.com/airsquared/blobsaver/releases/latest) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/21c7f52476c948c9adc0439c0b6841ad)](https://app.codacy.com/app/airsquared/blobsaver?utm_source=github.com&utm_medium=referral&utm_content=airsquared/blobsaver&utm_campaign=Badge_Grade_Dashboard)
4-
A GUI for saving SHSH blobs using [tsschecker](https://github.com/tihmstar/tsschecker). Supports Mac, Windows, and Linux. Requires [Java](https://java.com/en/download/manual.jsp).
3+
# blobsaver [![GitHub All Releases](https://img.shields.io/github/downloads/airsquared/blobsaver/total.svg)](https://github.com/airsquared/blobsaver/releases) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/21c7f52476c948c9adc0439c0b6841ad)](https://app.codacy.com/app/airsquared/blobsaver?utm_source=github.com&utm_medium=referral&utm_content=airsquared/blobsaver&utm_campaign=Badge_Grade_Dashboard)
4+
A GUI for saving SHSH blobs using [tsschecker](https://github.com/tihmstar/tsschecker). Supports macOS, Windows, and Linux.
55

6-
**Tip:** if you want blobs you save to automatically be uploaded to the cloud, see [this](https://github.com/airsquared/blobsaver/wiki/Automatically-saving-blobs-to-the-cloud)
6+
[Download here](https://github.com/airsquared/blobsaver/releases) (Requires [Java](https://java.com/en/download/manual.jsp))
77

8-
[Download here](https://github.com/airsquared/blobsaver/releases/latest)
9-
10-
If you have an antivirus or firewall, you may need to disable some other settings or disable the firewall completely for automatically saving blobs in the background to work. If you use Norton, go to Settings -> Firewall -> Advanced Program Control and set the option "Low Risk Applications" to "Allow".
8+
**Tip:** if you want blobs you save to automatically be uploaded to the cloud, see [here](https://github.com/airsquared/blobsaver/wiki/Automatically-saving-blobs-to-the-cloud).
119

1210
![Mac Screenshot](.github/screenshots/screenshot-macos.png)
1311
![Windows Screenshot](.github/screenshots/screenshot-windows.png)
@@ -16,12 +14,11 @@ If you have an antivirus or firewall, you may need to disable some other setting
1614
- **Automatically save blobs in the background**
1715
- Store up to ten devices with presets
1816
- Save blobs for beta versions
19-
- Read ECID and other info from device so you don't have to get it manually
20-
- Read apnonce from device also
17+
- Read all the information (including the apnonce) from a connected device, so you don't have to get it manually
2118
- No need to download entire .ipsw for beta versions(just specify link)
2219

2320
## Feedback
24-
Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/issues/new/choose) or [Reddit PM](https://www.reddit.com//message/compose?to=01110101_00101111&subject=Blobsaver+Feedback) if you encounter any bugs/problems or have a feature request.
21+
Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/issues/new/choose) or [Reddit PM](https://www.reddit.com/message/compose?to=01110101_00101111&subject=Blobsaver%20Feedback) if you encounter any bugs/problems or have a feature request.
2522

2623
## Built With
2724
- JDK 8
@@ -30,9 +27,9 @@ Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/
3027
- [shadow](https://github.com/johnrengelman/shadow) (gradle plugin)
3128
- [gradle-macappbundle](https://github.com/crotwell/gradle-macappbundle) (Mac) (gradle plugin)
3229
- [gradle-launch4j](https://github.com/TheBoegl/gradle-launch4j) (Windows) (gradle plugin)
33-
- [Inno Setup](http://www.jrsoftware.org/isinfo.php) (Windows) (for creating Windows installer)
30+
- [Inno Setup](http://www.jrsoftware.org/isinfo.php) (Windows) (creating Windows installer)
3431

35-
See the full credits [here](src/main/resources/com/airsquared/blobsaver/libraries_used.txt).
32+
See the full credits [here](libraries_used.txt).
3633

3734
## License [![GitHub license](https://img.shields.io/github/license/airsquared/blobsaver.svg)](https://github.com/airsquared/blobsaver/blob/master/LICENSE)
3835
This project is licensed under GNU GPL v3.0-only - see the [LICENSE](https://github.com/airsquared/blobsaver/blob/master/LICENSE) file for details

0 commit comments

Comments
 (0)