Skip to content

Commit

Permalink
force ESDE
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 25, 2025
1 parent 717d192 commit af9df97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ if(-not($test) -and $doInstallPegasus -eq "true" ){
if($doInstallSRM -eq "true" ){
SRM_install
}
$test=Test-Path -Path "$esdePath\ES-DE.exe"
if(-not($test) -and $doInstallESDE -eq "true" ){

if($doInstallESDE -eq "true" ){
ESDE_install
}

Expand Down

0 comments on commit af9df97

Please sign in to comment.