Skip to content

Commit

Permalink
Added CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowBrain authored Feb 11, 2021
1 parent 20aede1 commit 981ae64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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.

Expand All @@ -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)
Most of the game ids are taken from [Haoose's UPLAY_GAME_ID](https://github.com/Haoose/UPLAY_GAME_ID)

0 comments on commit 981ae64

Please sign in to comment.