A windows application for managing and uploading game save files to the cloud.
- Dropbox, File System & WebDAV servers
- OneDrive and GoogleDrive
- Local and remote backups (?)
- Multiple save slots per game (?)
Features with a (?) are currently planned for after v1.0.0
No app download is available until v1.0.0 (I don't want to ship a product that could possibly harm your computer or save files.)
- Clone the repo
git clone https://https://github.com/ZBerritt/NimbusApp.git
- Open the
NimbusApp.sln
in your favorite .NET IDE (I personally run Visual Studio) - Your IDE should auto configure itself to be able to build the app. You may need to install the latest
.NET Core 6
. - Run the
Build Solution
command through your IDE.