From 0144f63339b48023f5659e74b1df395443098db5 Mon Sep 17 00:00:00 2001 From: foefl Date: Tue, 16 Jun 2026 09:23:13 +0200 Subject: [PATCH] small name fix in archive creation --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 1e3c6f9..8de4e5f 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -189,7 +189,7 @@ else { } Write-Output "Packaging whole standalone environment in a ZIP file" -$dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_nafka_wce-crm_v$version.zip" +$dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_wattana_data-analytics_v$version.zip" $compress = @{ Path = "$ENV_PATH\**" CompressionLevel = "Optimal"