Updating the CI system with the publication of releases and binary files on github

Signed-off-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
This commit is contained in:
Denis S. Soldatov aka General-Beck
2018-06-02 04:22:02 +03:00
parent 79eb8f7ace
commit ebc6b9cec9
10 changed files with 354 additions and 419 deletions

View File

@@ -88,10 +88,10 @@ section "install"
!insertmacro TerminateApp
# Files added here should be removed by the uninstaller (see section "uninstall")
file /oname=parity.exe ..\target\x86_64-pc-windows-msvc\release\parity.exe
file /oname=parity-evm.exe ..\target\x86_64-pc-windows-msvc\release\parity-evm.exe
file /oname=ethstore.exe ..\target\x86_64-pc-windows-msvc\release\ethstore.exe
file /oname=ethkey.exe ..\target\x86_64-pc-windows-msvc\release\ethkey.exe
file /oname=parity.exe ..\artifacts\parity.exe
file /oname=parity-evm.exe ..\artifacts\parity-evm.exe
file /oname=ethstore.exe ..\artifacts\ethstore.exe
file /oname=ethkey.exe ..\artifacts\ethkey.exe
file /oname=ptray.exe ..\windows\ptray\x64\Release\ptray.exe
file "logo.ico"