mirror of https://github.com/odrling/Aegisub
meson: save git_version.xml to meson build directory in version.ps1
This commit is contained in:
parent
58296f238d
commit
93a8f30da1
|
@ -28,7 +28,7 @@ if ([System.IO.Path]::GetFullPath([System.IO.Path]::Combine((pwd).Path, $BuildRo
|
||||||
$BuildRoot = Join-Path $repositoryRootPath 'build'
|
$BuildRoot = Join-Path $repositoryRootPath 'build'
|
||||||
}
|
}
|
||||||
$gitVersionHeaderPath = Join-Path $BuildRoot 'git_version.h'
|
$gitVersionHeaderPath = Join-Path $BuildRoot 'git_version.h'
|
||||||
$gitVersionXmlPath = Join-Path $repositoryRootPath 'build' | Join-Path -ChildPath 'git_version.xml'
|
$gitVersionXmlPath = Join-Path $BuildRoot 'git_version.xml'
|
||||||
|
|
||||||
$version = @{}
|
$version = @{}
|
||||||
if (Test-Path $gitVersionHeaderPath) {
|
if (Test-Path $gitVersionHeaderPath) {
|
||||||
|
|
Loading…
Reference in New Issue