Resolve XTchain directory based on script path

このコミットが含まれているのは:
2025-09-28 22:57:35 +02:00
committed by CodingWorkshop Signing Team
コミット 3fff3b487b

ファイルの表示

@@ -5,7 +5,7 @@
# DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
# Get the absolute path to the XTchain
$XTCDIR = (Get-Item -Path ".\").FullName
$XTCDIR = Split-Path -Parent $MyInvocation.MyCommand.Definition
# Read the XTchain version
$env:XTCVER = Get-Content "${XTCDIR}\Version"