Skip to content

Commit

Permalink
updated openssl 3.3.1 to windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Jul 14, 2024
1 parent 634f3c8 commit f807d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-nsis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
$signame = "krux-$firmware_version.zip.sig"
$pemname = "selfcustody.pem"
$extraResources = "$loc\extraResources"
$opensslVersion = "3.2.1"
$opensslVersion = "3.3.1"
$release_url = "https://github.com/selfcustody/krux/releases/download"
$raw_url = "https://raw.githubusercontent.com/selfcustody/krux/main"
$app_version = node -e "console.log(require('./package.json').version)"
Expand Down

0 comments on commit f807d91

Please sign in to comment.