Skip to content

Commit

Permalink
Now we can compress backups and restore them
Browse files Browse the repository at this point in the history
It might be messed a bit, going to optimize soon
  • Loading branch information
RevoLand committed Jul 15, 2015
1 parent 857bff7 commit 48ddd12
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 169 deletions.
Binary file modified Binaries/Steam Library Manager.exe
Binary file not shown.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Steam Library Manager
===================
**SLM** (Steam Library Manager) is a tool designed to Backup / Restore / Move installed Steam Applications in ease of use for completely **FREE** and **Open Source** under [MIT License](http://en.wikipedia.org/wiki/MIT_License).

SLM is not being coded by professionals. Codes used in SLM could or can be better so please do not hesitate suggestions.
Codes used in SLM could or can be better so please do not hesitate suggestions.

Prerequisites
===================
Expand All @@ -16,9 +16,7 @@ To-Do List
===================
- Move Library
- Delete Library (and ask to move current installed games in that library)
- Backup Game & Compress if asked
- Backup Library
- Restore Game backup & Uncompress if needed
- Restore Library backup
- Further optimizations and bug fixes
- and more
Expand Down
Binary file modified Source/Steam Library Manager.v11.suo
Binary file not shown.
1 change: 1 addition & 0 deletions Source/Steam Library Manager/Definitions/List.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class GamesList
public LibraryList Library;
public string appName, installationPath, exactInstallPath, downloadPath;
public long sizeOnDisk;
public bool Compressed;
}

}
Expand Down
50 changes: 20 additions & 30 deletions Source/Steam Library Manager/Forms/MoveGame.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48ddd12

Please sign in to comment.