This commit is contained in:
jess 2026-04-23 07:10:06 -07:00
parent e26316b506
commit 5d8332e6b3
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ if not exist "%ROOT%\plugin.json.in" (
popd popd
exit /b 1 exit /b 1
) )
powershell -NoProfile -Command ^ powershell -NoProfile -Command "(Get-Content -Raw -LiteralPath '%ROOT%\plugin.json.in') -replace '@ENTRYPOINT@', 'bin/Layers.exe' | Set-Content -LiteralPath '%STAGE%\plugin.json' -NoNewline"
"(Get-Content -Raw -LiteralPath '%ROOT%\plugin.json.in') -replace '@ENTRYPOINT@', 'bin/Layers.exe' ^| Set-Content -LiteralPath '%STAGE%\plugin.json' -NoNewline"
echo. echo.
echo staged: %STAGE% echo staged: %STAGE%