Skip to content

Commit

Permalink
Updated signing cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ray authored Jun 6, 2020
1 parent 0be6dc2 commit 5a8cb74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ test: off

environment:
cert_url:
secure: +Hrnyb/2BCwM+8B+26euLJlIcgul2423FxzS82lgeI7oAIu+ie3pV5KVf3zp/E+1
secure: +Hrnyb/2BCwM+8B+26euLJlIcgul2423FxzS82lgeI68j4GkQUPwQkOB8OxXJz/J
cert_pass:
secure: qMlxBF8JbVTwM9vm3fYbCdbuI+0cD2ixtu61YzVoq2c=
secure: zNGTVLKEVu1EO1JzH/hLP9CjmiBtltp6ONytwV2ArUo=

build:
parallel: true
Expand All @@ -36,7 +36,7 @@ after_build:
- set APPS=%APPVEYOR_BUILD_FOLDER%\RocksmithTookitGUI\ThirdPartyApps
- rem Code signing
- ps: if ($env:cert_url) { Start-FileDownload $env:cert_url }
- if defined cert_url signtool sign /v /f selfsigned2019.pfx /p "%cert_pass%" /t http://timestamp.verisign.com/scripts/timstamp.dll "%BIN%\Release\RocksmithToolkitGUI.exe" "%BIN%\Release\RocksmithToolkitUpdater.exe" "%BIN%\Release\RocksmithToolkitLib.dll"
- if defined cert_url signtool sign /v /f selfsigned2020.pfx /p "%cert_pass%" /t http://timestamp.verisign.com/scripts/timstamp.dll "%BIN%\Release\RocksmithToolkitGUI.exe" "%BIN%\Release\RocksmithToolkitUpdater.exe" "%BIN%\Release\RocksmithToolkitLib.dll"
- rem General package variables
- ps: $env:BuildVer = Select-String -Path $env:APPVEYOR_BUILD_FOLDER"\RocksmithToolkitLib\Properties\AssemblyInfo.cs" -Pattern '^\[assembly:\ AssemblyVersion\("(.*?)"\)\]' | % { $_.Matches } | % { $_.Groups[1].Value }
- ps: $env:BuildCommit = $env:APPVEYOR_REPO_COMMIT.Substring(0, 8)
Expand Down

1 comment on commit 5a8cb74

@L0FKA
Copy link
Member

@L0FKA L0FKA commented on 5a8cb74 Jun 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ;)

Please sign in to comment.