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