From 0982e9b5fe47e94b7dce9da2195a16eabd634945 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 3 May 2024 19:11:25 +0800 Subject: [PATCH] Use variable for input path --- Scripts/post_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 9bb7ef2dc..a03eb8eea 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -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"