src/Pure/Admin/build_release.scala
changeset 75291 e4d6b9bd5071
parent 75202 4fdde010086f
child 75393 87ebf5a50283
--- a/src/Pure/Admin/build_release.scala	Mon Mar 21 11:40:11 2022 +0100
+++ b/src/Pure/Admin/build_release.scala	Mon Mar 21 11:55:51 2022 +0100
@@ -316,7 +316,7 @@
   -classpath """" + classpath.map(p => "$ISABELLE_HOME/" + p.implode).mkString(":") + """" \
   "-splash:$ISABELLE_HOME/lib/logo/isabelle.gif" \
 """ + (if (dock_icon) """"-Xdock:icon=$ISABELLE_HOME/lib/logo/isabelle_transparent-128.png" \
-""" else "") + """isabelle.jedit.Main "$@"
+""" else "") + """isabelle.jedit.JEdit_Main "$@"
 """
     val script_path = isabelle_target + Path.explode("lib/scripts/Isabelle_app")
     File.write(script_path, script)