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%