Files
openide/python/installers.cmd
Leonid Shalupov c17313196b build scripts: fix jps-bootstrap call in python/installers.cmd
GitOrigin-RevId: 201b9e9e92cd3210b27ff3a82be38a97cd272dee
2023-03-13 21:09:27 +00:00

13 lines
426 B
Batchfile
Executable File

:<<"::CMDLITERAL"
@ECHO OFF
GOTO :CMDSCRIPT
::CMDLITERAL
set -eux
root="$(cd "$(dirname "$0")" && cd .. && pwd)"
exec "$root/platform/jps-bootstrap/jps-bootstrap.sh" "$@" "$root" intellij.pycharm.community.build PyCharmCommunityInstallersBuildTarget
:CMDSCRIPT
call "%~dp0\..\platform\jps-bootstrap\jps-bootstrap.cmd" %* "%~dp0\.." intellij.pycharm.community.build PyCharmCommunityInstallersBuildTarget
EXIT /B %ERRORLEVEL%