We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec20948 commit 5be53d9Copy full SHA for 5be53d9
1 file changed
Refresh-WingetConfiguration.ps1
@@ -187,7 +187,7 @@ function Invoke-WAURefresh {
187
188
Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value $configuration.ModsPath;
189
} else {
190
- Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value "";
+ Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value "$($DataDir)\mods";
191
}
192
193
if ( $configuration.RunOnMetered ) {
0 commit comments