pull/179/head
Romain 2022-10-12 13:07:46 +02:00 committed by GitHub
parent 0d87cdce29
commit df3083efe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,9 @@ We might want to stop WAU on metered connection (to save cellular data on connec
To force WAU to run on metered connections anyway, run new installation with `-RunOnMetered` parameter.
### System & user context
From version 1.15.0, WAU run with system and user contexts. This way, even apps installed on User's scope are updated. Shorcuts for manually run can also be installed
## Update WAU
### Manual Update
Same process as new installation : download, unzip and run `install.bat`.

View File

@ -94,7 +94,7 @@ param(
<# APP INFO #>
$WAUVersion = "1.14.2"
$WAUVersion = "1.15.0"
<# FUNCTIONS #>