contrib/packaging/macosx/distribution.xml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 29 Feb 2024 14:13:21 -0800
branchstable
changeset 51448 89cd0dd41e4d
parent 38012 e5d2248dcc39
permissions -rw-r--r--
crecord: drop calls to `curses.endwin()` We got a bug report where `curses.endwin()` failed with `_curses.error: endwin() returned ERR`. Looking at e306d552dfb12, it seems like we should be able to just remove these calls.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
  <title>Mercurial SCM</title>
  <organization>org.mercurial-scm</organization>
  <options customize="never" require-scripts="false" rootVolumeOnly="true" />
  <welcome file="Welcome.html" mime-type="text/html" />
  <license file="../../../COPYING" mime-type="text/plain" />
  <readme file="Readme.html" mime-type="text/html" />
  <pkg-ref id="org.mercurial-scm.mercurial"
           version="0"
           auth="root"
           onConclusion="none">mercurial.pkg</pkg-ref>
  <choices-outline>
    <line choice="org.mercurial-scm.mercurial"/>
  </choices-outline>
  <choice id="org.mercurial-scm.mercurial" visible="false">
    <pkg-ref id="org.mercurial-scm.mercurial"/>
  </choice>
</installer-gui-script>