aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 15:31:28 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 15:31:28 +0300
commita282f06d5060617af3ba3b4c4ea6b9f03372df3d (patch)
treefa76ceb90dc7e5ef7bfb0f6e6382dc9b3a34cbc1 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup
parent638606d27758a62c3369d4e0f335e12555334cc2 (diff)
downloadTango-a282f06d5060617af3ba3b4c4ea6b9f03372df3d.tar.gz
Tango-a282f06d5060617af3ba3b4c4ea6b9f03372df3d.zip
Fixed some issues with Machine Setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
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