From 5d8332e6b3fe16003c0f68d97a227be2c495575a Mon Sep 17 00:00:00 2001 From: jess Date: Thu, 23 Apr 2026 07:10:06 -0700 Subject: [PATCH] gegad --- build.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.bat b/build.bat index 34e6346..48519ce 100644 --- a/build.bat +++ b/build.bat @@ -91,8 +91,7 @@ if not exist "%ROOT%\plugin.json.in" ( popd exit /b 1 ) -powershell -NoProfile -Command ^ - "(Get-Content -Raw -LiteralPath '%ROOT%\plugin.json.in') -replace '@ENTRYPOINT@', 'bin/Layers.exe' ^| Set-Content -LiteralPath '%STAGE%\plugin.json' -NoNewline" +powershell -NoProfile -Command "(Get-Content -Raw -LiteralPath '%ROOT%\plugin.json.in') -replace '@ENTRYPOINT@', 'bin/Layers.exe' | Set-Content -LiteralPath '%STAGE%\plugin.json' -NoNewline" echo. echo staged: %STAGE%