Skip to content

Commit

Permalink
Update Install-Defaults.ps1
Browse files Browse the repository at this point in the history
Ensure exit with 0 after re-launching script in 64-bit mode from 32-bit mode
  • Loading branch information
aaronparker committed Dec 1, 2021
1 parent cb4a025 commit e0fb172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Install-Defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If (!([System.Environment]::Is64BitProcess)) {
WindowStyle = "Hidden"
}
Start-Process @params
Exit
Exit 0
}
}
#endregion
Expand Down

0 comments on commit e0fb172

Please sign in to comment.