diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-14 15:57:51 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-14 15:57:51 +0300 |
| commit | 5312788b2d2b07d616239aa4a328c31034a742f2 (patch) | |
| tree | 7aaff1c5448c69f422abc1de192933d830ad815e /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | 4aee95993e2b936b736eac07e1560c930eee8c09 (diff) | |
| parent | 5297ba0df8d6635d09fec6fc0c674e7300576f82 (diff) | |
| download | Tango-5312788b2d2b07d616239aa4a328c31034a742f2.tar.gz Tango-5312788b2d2b07d616239aa4a328c31034a742f2.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs index f40725a35..281c68a77 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -166,7 +166,7 @@ namespace Tango.PPC.Common.MachineSetup LogManager.Log("Copying latest updater utility to application path..."); //Copy new updater utility to app path. - File.Copy(Path.Combine(_newPackageTempFolder, "Tango.PPC.Updater.exe"), Path.Combine(PathHelper.GetStartupPath(), "Tango.PPC.Updater.exe")); + File.Copy(Path.Combine(_newPackageTempFolder, "Tango.PPC.Updater.exe"), Path.Combine(PathHelper.GetStartupPath(), "Tango.PPC.Updater.exe"), true); //Synchronize database |
