Files
openide/python/plugin.cmd
Leonid Shalupov 749b6be61f pycharm community: make community installers/plugin entrypoint accessible via jps-bootstrap
GitOrigin-RevId: e5e5d3dbd989bbdc23c32624e34329f9439636e4
2022-02-12 18:21:49 +00:00

12 lines
376 B
Batchfile
Executable File

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