gegad
This commit is contained in:
parent
e26316b506
commit
5d8332e6b3
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Reference in New Issue