Skip to content

Commit

Permalink
exit after installing the past version if v24.05.06 or earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 22, 2024
1 parent f0e3fa6 commit e02eb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/tools/installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,10 @@ function Invoke-Script {
Write-Host "Sensing-Dev $version will be installed." -ForegroundColor Green
$installed = InstallEarlierVersion -sdkversion $version
if ( $installed ){
# Exit here if earlier version is installed.
Write-Host "Install successfully."
exit 0
}
# Exit here if earlier version is installed.

if (-not $configPath){
try{
Expand Down

0 comments on commit e02eb88

Please sign in to comment.