mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use variable for input path
This commit is contained in:
parent
82584c26bb
commit
0982e9b5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function Pack-Velopack-Installer($path, $version, $output)
|
|||
Write-Host "Begin pack squirrel installer"
|
||||
|
||||
$spec = "$path\Scripts\flowlauncher.nuspec"
|
||||
$input = "$path\Output\Release"
|
||||
$input = "$path\Output\$config"
|
||||
|
||||
Write-Host "Packing: $spec"
|
||||
Write-Host "Input path: $input"
|
||||
|
|
|
|||
Loading…
Reference in a new issue