mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: AppVeyor checks for new dir structure
This commit is contained in:
parent
bab84dd4ec
commit
597f926501
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user