diff --git a/scripts/createZip.ps1 b/scripts/createZip.ps1 index d81b7e3..7a94df2 100644 --- a/scripts/createZip.ps1 +++ b/scripts/createZip.ps1 @@ -71,9 +71,9 @@ $tempStageDir = New-Item -ItemType Directory -Path (Join-Path $env:TEMP "lst_sta # Copy files to organized structure $filesToCopy = @( - @{ Source = "backend\lst_backend.exe"; Destination = "backend\lst_backend.exe" }, - @{ Source = "backend\docs"; Destination = "backend\docs\" }, - @{ Source = "backend\frontend"; Destination = "backend\frontend\" }, + @{ Source = "backend\lst_backend.exe"; Destination = "app\lst_backend.exe" }, + @{ Source = "backend\docs"; Destination = "app\docs\" }, + @{ Source = "backend\frontend"; Destination = "app\frontend\" }, @{ Source = "LstWrapper\publish"; Destination = "lstwrapper\" }, #@{ Source = "frontend\.nitro"; Destination = "frontend\.nitro" }, #@{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" },