diff --git a/scripts/windows/build-installer.ps1 b/scripts/windows/build-installer.ps1 index 12e346c7fe..c0edb93def 100644 --- a/scripts/windows/build-installer.ps1 +++ b/scripts/windows/build-installer.ps1 @@ -31,7 +31,7 @@ Push-Location installer Invoke-Expression ("cmd /c build.bat") Pop-Location -move-item ($script_path + "installer\Release\Setup_Meteor.exe") ($script_path + "InstallMeteor.exe") +move-item ($script_path + "installer\Release\Setup_Meteor.exe") ($script_path + "InstallMeteor.exe") -Force echo "Clean up" rm $conf_path