From 597f926501f009d0cb0eef45950b053164301845 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Fri, 18 Sep 2020 21:14:29 +0200 Subject: [PATCH] + fix: AppVeyor checks for new dir structure --- Version.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Version.ps1 b/Version.ps1 index af5853a48..4646436f7 100644 --- a/Version.ps1 +++ b/Version.ps1 @@ -87,13 +87,13 @@ try $SciVer = [string](Get-Content "scintilla\version.txt") if (!$SciVer) { $SciVer = 0 } - $OnigVer = [string](Get-Content "oniguruma\version.txt") + $OnigVer = [string](Get-Content "scintilla\oniguruma\version.txt") if (!$OnigVer) { $OnigVer = "0.0.0" } - $UChardetVer = [string](Get-Content "uchardet\version.txt") + $UChardetVer = [string](Get-Content "src\uchardet\version.txt") if (!$UChardetVer) { $UChardetVer = "0.0.0" } - $TinyExprVer = [string](Get-Content "tinyexpr\version.txt") + $TinyExprVer = [string](Get-Content "src\tinyexpr\version.txt") if (!$TinyExprVer) { $TinyExprVer = "0.0.0" } - $UtHashVer = [string](Get-Content "uthash\version.txt") + $UtHashVer = [string](Get-Content "src\uthash\version.txt") if (!$UtHashVer) { $UtHashVer = "0.0.0" } #~if ($VerPatch) { $VerPatch = " $VerPatch" } # ensure space in front of string