In case of updating software/game, you need to know the installation folder on both devices.
- Download the FolderFlow distribution zip.
- Extract the zip inside your removable drive.
- Plug the removable drive in the device with non-updated folder.
- Open a terminal/command prompt inside FolderFlow-v0.1.0/bin
- Run the command
Folderflow -n <flowconfig.json> <target-installation-folder>
This will scan the installation folder and create a new flow config, with the provided name at <flowconfig.json>
- Plug the removable drive in the device with updated folder.
- Open a terminal/command prompt inside FolderFlow-v0.1.0/bin
- Run the command
Folderflow -c <flowconfig.json> <updated-installation-folder>
This will scan the updated installation folder and generate an update patch.
- Plug the removable drive in the device with non-updated folder.
- Open a terminal/command prompt inside FolderFlow-v0.1.0/bin
- Run the command
Folderflow -x <flowconfig.json>
This will apply the update patch to the non updated installation folder.
Run Folderflow -h for more information.
You can update multiple folders by creating multiple different flow configurations and repeating the steps.