From 402cde208cd560f9e51daae808a70d3f6a20373a Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 11 Nov 2017 15:04:32 -0500 Subject: [PATCH] Actually fix powershell paths --- TGServiceInstaller/TGServiceInstaller.wixproj | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/TGServiceInstaller/TGServiceInstaller.wixproj b/TGServiceInstaller/TGServiceInstaller.wixproj index f0cf2730ea..be4c44e20c 100644 --- a/TGServiceInstaller/TGServiceInstaller.wixproj +++ b/TGServiceInstaller/TGServiceInstaller.wixproj @@ -69,10 +69,13 @@ - - - - + + + + + + powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\"" + powershell -Command "$(SolutionDir)Tools/SignMSI.ps1"