From 4de0ef6f61894de6449dc164a5d50930c818c4e3 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Mon, 2 Mar 2015 17:54:33 -0800 Subject: [PATCH] Allow to override the previously compiled installer binary --- scripts/windows/build-installer.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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