Skip to content

Commit 5be53d9

Browse files
committed
Fixed missing mods path
1 parent ec20948 commit 5be53d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Refresh-WingetConfiguration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function Invoke-WAURefresh {
187187

188188
Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value $configuration.ModsPath;
189189
} else {
190-
Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value "";
190+
Set-ItemProperty -Path $WAUConfigLocation -Name "WAU_ModsPath" -Value "$($DataDir)\mods";
191191
}
192192

193193
if ( $configuration.RunOnMetered ) {

0 commit comments

Comments
 (0)