aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-10-19 21:45:16 +0300
committerRoy Ben-Shabat <Roy.mail.net@gmail.com>2023-10-19 21:45:16 +0300
commitcbde37e91134e36e4001418756e7bb6611022441 (patch)
treebe4c92347f3c605163136193701c0b97f3f5fce4 /Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI
parente0edf9de24600db0242952064475fbbde157ccaf (diff)
downloadTango-cbde37e91134e36e4001418756e7bb6611022441.tar.gz
Tango-cbde37e91134e36e4001418756e7bb6611022441.zip
PPC Eureka Release !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI')
-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;