Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
hot fix and update to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Oct 16, 2019
1 parent 2f90726 commit 22fe9a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
</Target>
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release start /wait "Signing" /D $(SolutionDir) "tools\sign_msi.bat" !(TargetPath)</PostBuildEvent>
<PreBuildEvent>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</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>if $(ConfigurationName) == Release start /wait "Signing" /D $(SolutionDir) "tools\sign_executables.bat" $(SolutionDir)Atomex.Client.Wpf\bin\Release</PreBuildEvent>
<PostBuildEvent>if $(ConfigurationName) == Release start /wait "Atomex msi signing" exsigner.exe sign -k $(SolutionDir)certificate_key.pfx -s "Atomex Client" !(TargetPath)</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Atomex.Client.Wpf.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define Name = "Atomex Client" ?>
<?define Manufacturer = "Atomex.me" ?>
<?define Description = "Multicurrency HD wallet with built-in hybrid exchange based on atomic swap." ?>
<?define Version = "1.0.5" ?>
<?define Version = "1.0.6" ?>
<?define UpgradeCode = "DB7FCF8D-E0C6-4C99-A6B1-3FB6D703F97E" ?>
<?define ExeName = "Atomex.Client.Wpf.exe" ?>

Expand Down

0 comments on commit 22fe9a8

Please sign in to comment.