WindowsClientReleases - boxbackup/boxbackup GitHub Wiki
Windows Client Releases
You can download the latest Windows client build from GitHub Releases.
For each new release, a number of package files are automatically built and uploaded to GitHub Releases. You probably want a master branch, 64-bit, release build, NSIS installer unless you know otherwise. The filename includes all the information about the build type:
| Filename (example) | Platform | Architecture | Debugging | Package Format |
|---|---|---|---|---|
| BoxBackup-0.12.master.171121.f5995dd_Win_x64_Debug.exe | Windows | 64-bit | Debug | NSIS Installer |
| BoxBackup-0.12.master.171121.f5995dd_Win_x64_Debug.zip | Windows | 64-bit | Debug | ZIP file |
| BoxBackup-0.12.master.171121.f5995dd_Win_x64_Release.exe | Windows | 64-bit | Release | NSIS Installer |
| BoxBackup-0.12.master.171121.f5995dd_Win_x64_Release.zip | Windows | 64-bit | Release | ZIP file |
| BoxBackup-0.12.master.171121.f5995dd_Win_x86_Debug.exe | Windows | 32-bit | Debug | NSIS Installer |
| BoxBackup-0.12.master.171121.f5995dd_Win_x86_Debug.zip | Windows | 32-bit | Debug | ZIP file |
| BoxBackup-0.12.master.171121.f5995dd_Win_x86_Release.exe | Windows | 32-bit | Release | NSIS Installer |
| BoxBackup-0.12.master.171121.f5995dd_Win_x86_Release.zip | Windows | 32-bit | Release | ZIP file |
The first part of the filename indicates that the package is for Box Backup 0.12 (approximately), on the master branch (please only use master branch releases), built on 2017-11-21 (171121), from Git commit f5995dd.
Windows binary packages are built automatically by AppVeyor whenever a change is made, after the tests have run successfully. If the tests fail for any of these combinations, then no package will be uploaded for it. This can happen randomly (timing issues can cause the tests to fail), so you may need to go back to a previous version to get the package that you want.