Skip to content

Commit

Permalink
Verisign timestamp server is dead
Browse files Browse the repository at this point in the history
  • Loading branch information
ray authored Jan 6, 2021
1 parent ca3f848 commit a60453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 selfsigned2020.pfx /p "%cert_pass%" /t http://timestamp.digicert.com?alg=sha1 "%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%" /tr http://timestamp.digicert.com /td sha256 /fd sha256 "%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

0 comments on commit a60453f

Please sign in to comment.