mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
1. remove update generator from build script 2. add build version to release binary file name 3. remove installer script from deploy folder
7 lines
233 B
PowerShell
7 lines
233 B
PowerShell
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\wox.plugin.nuspec"
|
|
|
|
$current_path = Convert-Path .
|
|
Write-Host "Current path: " + $current_path
|
|
Write-Host "Target path: " + $path
|
|
|
|
& nuget pack $path -Version $env:APPVEYOR_BUILD_VERSION
|