mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Allow to override the previously compiled installer binary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user