mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
1. installer 2. auto check update on startup 3. auto start on next startup 4. remove command line arguments which breaks squirrel 5. auto generate installer on continue integration
7 lines
229 B
PowerShell
7 lines
229 B
PowerShell
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\wox.plugin.nuspec"
|
|
|
|
$currentPath = Convert-Path .
|
|
Write-Host "Current path:" + $currentPath
|
|
Write-Host "nuspec path:" + $path
|
|
|
|
& nuget pack $path -Version $env:APPVEYOR_BUILD_VERSION
|