From 981ae64a2b313b196a4f6bcc5d8d3a64d46ce44b Mon Sep 17 00:00:00 2001 From: SparrowBrain Date: Thu, 11 Feb 2021 09:17:27 +0200 Subject: [PATCH] Added CI badge --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebc801d..f5a0b2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# BackMeUp - automatic save backups for Ubisoft games +# BackMeUp +### Automatically backup your Ubisoft savegames +![](https://github.com/SparrowBrain/BackMeUp/workflows/CI/badge.svg) ## What is it? ## It's a Windows application that: * runs in the background; @@ -104,7 +106,7 @@ To restore a backup: ### The game is listed as something like 123456_Unidentified ### This means that **BackMeUp** does not recongnize the given game id and cannot use a sensible name. -If you know what game was backed up, you can enter it's id in [`games.json`](https://github.com/SparrowBrain/BackMeUp#gamesjson) file. If folder is named `123456_Unidentified`, `123456` will be your game id. +If you know what game was backed up, you can enter its id in [`games.json`](https://github.com/SparrowBrain/BackMeUp#gamesjson) file. If folder is named `123456_Unidentified`, `123456` will be your game id. Better yet, you can raise an issue/pull request, so we could include the id in a future releases. @@ -127,4 +129,4 @@ This tool is largely inspired by Walker Moore's (fauxtronic) [acrbackup.bat scri CRC16 from [Sanity Free](http://www.sanity-free.com/134/standard_crc_16_in_csharp.html) -Most of the game ids are taken from [Haoose's UPLAY_GAME_ID](https://github.com/Haoose/UPLAY_GAME_ID) \ No newline at end of file +Most of the game ids are taken from [Haoose's UPLAY_GAME_ID](https://github.com/Haoose/UPLAY_GAME_ID)