Allow to override the previously compiled installer binary

This commit is contained in:
Slava Kim
2015-03-02 17:54:33 -08:00
parent d8a3f9145b
commit 4de0ef6f61

View File

@@ -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