Fixed indentation of Windows list items authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame
......@@ -70,20 +70,20 @@ These instructions are based on https://wiki.mozilla.org/Software_Update:Manuall
1. Ensure that Tor Browser is not running.
1. Open an un-elevated command prompt by `Win+R`, typing `cmd.exe` in the resulting prompt, and hitting the `OK` button.
1. From the command prompt, create a temporary directory by:
- `mkdir %USERPROFILE%\app-update`
- `mkdir %USERPROFILE%\app-update`
1. Download incremental MAR file, such as `tor-browser-win64-9.5a6-9.5a7_en-US.incremental.mar` (most likely from https://dist.torproject.org/torbrowser/) and save it in your `app-update` directory.
1. Rename your downloaded MAR file to `update.mar`
1. Copy the `updater.exe` shipped with Tor Browser to your `app-update` directory:
- `copy "%USERPROFILE%\Desktop\Tor Browser\Browser\updater.exe" %USERPROFILE%\app-update`
- `copy "%USERPROFILE%\Desktop\Tor Browser\Browser\updater.exe" %USERPROFILE%\app-update`
1. Change your working directory to your Tor Browser installation path:
- `cd "%USERPROFILE%\Desktop\Tor Browser\Browser"`
- `cd "%USERPROFILE%\Desktop\Tor Browser\Browser"`
1. Run the updater:
- `%USERPROFILE%\app-update\updater.exe %USERPROFILE%\app-update "%USERPROFILE%\Desktop\Tor Browser\Browser" "%USERPROFILE%\Desktop\Tor Browser\Browser"`
- `%USERPROFILE%\app-update\updater.exe %USERPROFILE%\app-update "%USERPROFILE%\Desktop\Tor Browser\Browser" "%USERPROFILE%\Desktop\Tor Browser\Browser"`
1. After this command is executed, an update.status file should be created in `%USERPROFILE%\app-update`. If the update was applied successfully, then the file should contain "succeeded". You can verify this by:
- `type %USERPROFILE%\app-update\update.status`
In the event of error, you can examine `%USERPROFILE%\update.log` to troubleshoot the problem.
- `type %USERPROFILE%\app-update\update.status`
In the event of error, you can examine `%USERPROFILE%\update.log` to troubleshoot the problem.
1. Cleanup the app-update directory
- `rmdir /S /Q %USERPROFILE%\app-update`
- `rmdir /S /Q %USERPROFILE%\app-update`
## MAR Troubleshooting
......
......