The R1 checks for updates by querying https://ota.transactional.pub/qa/{Build.DISPLAY}.json, where {Build.DISPLAY} is the current build.
The JSON file returns metadata for a delta update package.
Known values of Build.DISPLAY:
The R1 checks for updates by querying https://ota.transactional.pub/qa/{Build.DISPLAY}.json, where {Build.DISPLAY} is the current build.
The JSON file returns metadata for a delta update package.
Known values of Build.DISPLAY:
| # Create a temporary directory if it doesn't exist | |
| $tempDirectory = "C:\Temp" | |
| if (-not (Test-Path $tempDirectory -PathType Container)) { | |
| New-Item -ItemType Directory -Path $tempDirectory -Force | |
| } | |
| # Step 0: Backup Arc: | |
| Write-Host "Backing up arc..." | |
| & "C:\Program Files\7-Zip\7z.exe" a -t7z "c:\Temp\arcBackup.7z" "c:\arcBrowser\*" -mx=4 |
This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).
This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.