mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update CI scripts
This commit is contained in:
parent
2dbc404544
commit
2c4a9897ea
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ Write-Host "Setting .nuspec version tag to $versionStr"
|
|||
$content = (Get-Content $root\Deploy\NuGet\wox.plugin.nuspec)
|
||||
$content = $content -replace '\$version\$',$versionStr
|
||||
|
||||
$content | Out-File $root\wox.plugin.nuspec
|
||||
$content | Out-File $root\deploy\nuget\wox.plugin.nuspec
|
||||
|
||||
& $root\.nuget\NuGet.exe pack $root\deploy\nuget\wox.plugin.nuspec
|
||||
|
|
|
|||
Loading…
Reference in a new issue