v1.15.0
parent
0d87cdce29
commit
df3083efe9
|
@ -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.
|
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
|
## Update WAU
|
||||||
### Manual Update
|
### Manual Update
|
||||||
Same process as new installation : download, unzip and run `install.bat`.
|
Same process as new installation : download, unzip and run `install.bat`.
|
||||||
|
|
|
@ -94,7 +94,7 @@ param(
|
||||||
|
|
||||||
<# APP INFO #>
|
<# APP INFO #>
|
||||||
|
|
||||||
$WAUVersion = "1.14.2"
|
$WAUVersion = "1.15.0"
|
||||||
|
|
||||||
<# FUNCTIONS #>
|
<# FUNCTIONS #>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue