Update scripts

This commit is contained in:
Sander Declerck 2025-12-02 14:21:50 +01:00
parent f9b16cf03c
commit 998d0c4faf
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ param(
[switch]$includepython [switch]$includepython
) )
$Version = "v0.0.5-binaries-beta" $Version = "v0.0.6-binaries-beta"
$InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin" $InstallDir = Join-Path $env:USERPROFILE ".safe-chain\bin"
$RepoUrl = "https://github.com/AikidoSec/safe-chain" $RepoUrl = "https://github.com/AikidoSec/safe-chain"

View file

@ -23,7 +23,7 @@
set -e # Exit on error set -e # Exit on error
# Configuration # Configuration
VERSION="${SAFE_CHAIN_VERSION:-v0.0.5-binaries-beta}" VERSION="${SAFE_CHAIN_VERSION:-v0.0.6-binaries-beta}"
INSTALL_DIR="${HOME}/.safe-chain/bin" INSTALL_DIR="${HOME}/.safe-chain/bin"
REPO_URL="https://github.com/AikidoSec/safe-chain" REPO_URL="https://github.com/AikidoSec/safe-chain"