chore(release): prepare v0.5.2 (#1761)
Synchronize VoiceStudio release metadata, lockfiles, installers, container references, documentation, and the dated v0.5.2 changelog after all planned fixes landed.
This commit is contained in:
@@ -143,7 +143,7 @@ documented below.
|
||||
Managed or offline deployments can prohibit that network action:
|
||||
|
||||
```powershell
|
||||
msiexec /i VoiceStudio_0.5.1_x64_en-US.msi DISABLEWEBVIEW2BOOTSTRAP=1 AUTOLAUNCHAPP=0 /qn /L*V "%TEMP%\VoiceStudio-install.log"
|
||||
msiexec /i VoiceStudio_0.5.2_x64_en-US.msi DISABLEWEBVIEW2BOOTSTRAP=1 AUTOLAUNCHAPP=0 /qn /L*V "%TEMP%\VoiceStudio-install.log"
|
||||
```
|
||||
|
||||
The per-user artifact never contains a WebView2 download or installer action.
|
||||
@@ -151,7 +151,7 @@ It does not require an elevated terminal, and fails closed when the runtime is
|
||||
absent:
|
||||
|
||||
```powershell
|
||||
msiexec /i VoiceStudio_Current_User_0.5.1_x64_en-US.msi DISABLEWEBVIEW2BOOTSTRAP=1 AUTOLAUNCHAPP=0 /qn /L*V "%TEMP%\VoiceStudio-user-install.log"
|
||||
msiexec /i VoiceStudio_Current_User_0.5.2_x64_en-US.msi DISABLEWEBVIEW2BOOTSTRAP=1 AUTOLAUNCHAPP=0 /qn /L*V "%TEMP%\VoiceStudio-user-install.log"
|
||||
```
|
||||
|
||||
For the per-machine artifact, `DISABLEWEBVIEW2BOOTSTRAP=1` leaves detection
|
||||
|
||||
Reference in New Issue
Block a user