From 22fe9a8364ae738735b12e1fe7c4e5d9141f38c1 Mon Sep 17 00:00:00 2001 From: Igor Matsak Date: Wed, 16 Oct 2019 17:22:18 +0300 Subject: [PATCH] hot fix and update to v1.0.6 --- Atomex.Client.Core | 2 +- .../Atomex.Client.Wpf.Installer.wixproj | 4 ++-- Atomex.Client.Wpf.Installer/Product.wxs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Atomex.Client.Core b/Atomex.Client.Core index 73ac2a3..4f7d169 160000 --- a/Atomex.Client.Core +++ b/Atomex.Client.Core @@ -1 +1 @@ -Subproject commit 73ac2a362c17117f27a50e1e43f7f037a67a6f76 +Subproject commit 4f7d169e6b1b21bc6afc27ec64fe3978c1a6d9f1 diff --git a/Atomex.Client.Wpf.Installer/Atomex.Client.Wpf.Installer.wixproj b/Atomex.Client.Wpf.Installer/Atomex.Client.Wpf.Installer.wixproj index 0b9b25a..e700961 100644 --- a/Atomex.Client.Wpf.Installer/Atomex.Client.Wpf.Installer.wixproj +++ b/Atomex.Client.Wpf.Installer/Atomex.Client.Wpf.Installer.wixproj @@ -62,9 +62,9 @@ - if $(ConfigurationName) == Release start /wait "Signing" /D $(SolutionDir) "tools\sign_msi.bat" !(TargetPath) + if $(ConfigurationName) == Release start /wait "Atomex binaries signing" exsigner.exe sign -k $(SolutionDir)certificate_key.pfx -s "Atomex Client" $(SolutionDir)Atomex.Client.Wpf\bin\Release\Atomex.Client.Wpf.exe $(SolutionDir)Atomex.Client.Wpf\bin\Release\Atomex.Client.Core.dll - if $(ConfigurationName) == Release start /wait "Signing" /D $(SolutionDir) "tools\sign_executables.bat" $(SolutionDir)Atomex.Client.Wpf\bin\Release + if $(ConfigurationName) == Release start /wait "Atomex msi signing" exsigner.exe sign -k $(SolutionDir)certificate_key.pfx -s "Atomex Client" !(TargetPath) \ No newline at end of file diff --git a/Atomex.Client.Wpf.Installer/Product.wxs b/Atomex.Client.Wpf.Installer/Product.wxs index 6930526..7ba06ad 100644 --- a/Atomex.Client.Wpf.Installer/Product.wxs +++ b/Atomex.Client.Wpf.Installer/Product.wxs @@ -3,7 +3,7 @@ - +