/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
macos/distribution.xml.in
30 строк
1 KB
John MacFarlane
More macos release candidate tweaks.
13 мар 2023, 06:36
13 мар 2023, 06:36
7916940
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8" standalone="no"?> <installer-gui-script minSpecVersion="1"> <title>pandoc</title> <organization>net.johnmacfarlane.pandoc</organization> <domains enable_localSystem="true" enable_anywhere="true" /> <options customize="allow" require-scripts="false" rootVolumeOnly="false" /> <!-- Define documents displayed at various steps --> <!-- <welcome file="welcome.html" mime-type="text/html" /> --> <license file="license.html" mime-type="text/html" /> <!-- <conclusion file="conclusion.html" mime-type="text/html" /> --> <options hostArchitectures="ARCHITECTURE" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" version="PANDOCVERSION" auth="root">pandoc.pkg</pkg-ref> <!-- List them again here. They can now be organized as a hierarchy if you want. --> <choices-outline> <line choice="net.johnmacfarlane.pandoc"/> </choices-outline> <!-- Define each choice above --> <choice id="net.johnmacfarlane.pandoc" visible="false" title="pandoc" description="pandoc - universal text converter" start_selected="true"> <pkg-ref id="net.johnmacfarlane.pandoc"/> </choice> </installer-gui-script>