From 93b0faa2a6d382aa9a97e2ac69312bd75ffe5ba0 Mon Sep 17 00:00:00 2001 From: Souryo Date: Sat, 30 Apr 2016 21:57:14 -0400 Subject: [PATCH] Fixed auto update issue - MesenUpdater.exe was missing (this is included in 0.1.2) --- UpdateHelper/UpdateHelper.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UpdateHelper/UpdateHelper.csproj b/UpdateHelper/UpdateHelper.csproj index 085b3a03..38f18b01 100644 --- a/UpdateHelper/UpdateHelper.csproj +++ b/UpdateHelper/UpdateHelper.csproj @@ -105,7 +105,7 @@ true - ..\bin\Any CPU\PGO Optimize\ + ..\bin\Any CPU\PGO Profile\ TRACE true pdbonly @@ -115,7 +115,7 @@ true - ..\bin\x64\PGO Optimize\ + ..\bin\x64\PGO Profile\ TRACE true pdbonly @@ -125,7 +125,7 @@ true - ..\bin\x86\PGO Optimize\ + ..\bin\x86\PGO Profile\ TRACE true pdbonly