mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update CI build script.
This commit is contained in:
parent
8b342c2ddb
commit
3d622a2c5a
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
$root = (split-path -parent $MyInvocation.MyCommand.Definition) + '\..'
|
||||
$root = (split-path -parent $MyInvocation.MyCommand.Definition) + '\..\..'
|
||||
Write-Host $root
|
||||
$version = [System.Reflection.Assembly]::LoadFile("$root\Output\Release\Wox.Plugin.dll").GetName().Version
|
||||
$versionStr = "{0}.{1}.{2}" -f ($version.Major, $version.Minor, $version.Build)
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue