aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
index 76d3b3fc3..148cb9b4f 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs
@@ -148,13 +148,13 @@ namespace Tango.PPC.Publisher.UI
if (IsEureka)
{
- options.InstallerProject = $@"{vsPath}\Advanced Installer Projects\Eureka Installer.aip";
- options.InstallerOutputFolder = $@"{vsPath}\Build\Installers\Eureka";
+ options.InstallerProject = $@"{vsPath}Advanced Installer Projects\Eureka Installer.aip";
+ options.InstallerOutputFolder = $@"{vsPath}Build\Installers\Eureka";
}
else
{
- options.InstallerProject = $@"{vsPath}\Visual_Studio\Advanced Installer Projects\PPC Installer.aip";
- options.InstallerOutputFolder = $@"{vsPath}\Build\Installers\PPC";
+ options.InstallerProject = $@"{vsPath}Advanced Installer Projects\PPC Installer.aip";
+ options.InstallerOutputFolder = $@"{vsPath}Build\Installers\PPC";
}
Options = options;