2014-11-11 15:27:18 +08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
PWD=`pwd`
|
|
|
|
|
2014-11-11 16:04:00 +08:00
|
|
|
echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
|
|
|
|
<installer-gui-script minSpecVersion=\"1\">
|
|
|
|
<pkg-ref id=\"im.tox.qtox\"/>
|
|
|
|
<options hostArchitectures=\"x86_64\"/>
|
2014-11-11 15:27:18 +08:00
|
|
|
<title>qTox</title>
|
2014-11-11 16:04:00 +08:00
|
|
|
<license file=\"$PWD/gplv3.rtf\"/>
|
|
|
|
<welcome file=\"$PWD/welcome.txt\"/>
|
2014-11-15 09:06:28 +08:00
|
|
|
<domains enable_currentUserHome=\"true\" enable_localSystem=\"false\" enable_anywhere=\"false\"/>
|
2014-11-17 17:45:55 +08:00
|
|
|
<options customize=\"never\" require-scripts=\"true\"/>
|
2014-11-11 15:27:18 +08:00
|
|
|
<choices-outline>
|
2014-11-11 16:04:00 +08:00
|
|
|
<line choice=\"default\">
|
|
|
|
<line choice=\"im.tox.qtox\"/>
|
2014-11-11 15:27:18 +08:00
|
|
|
</line>
|
|
|
|
</choices-outline>
|
|
|
|
<allowed-os-versions>
|
2014-11-11 16:04:00 +08:00
|
|
|
<os-version min=\"10.7\"/>
|
2014-11-11 15:27:18 +08:00
|
|
|
</allowed-os-versions>
|
2014-11-11 16:04:00 +08:00
|
|
|
<choice id=\"default\"/>
|
2014-11-11 17:09:45 +08:00
|
|
|
<choice id=\"im.tox.qtox\" visible=\"false\">
|
2014-11-11 16:04:00 +08:00
|
|
|
<pkg-ref id=\"im.tox.qtox\"/>
|
2014-11-11 15:27:18 +08:00
|
|
|
</choice>
|
2014-11-11 16:04:00 +08:00
|
|
|
<pkg-ref id=\"im.tox.qtox\" version=\"1\" onConclusion=\"none\">qtox.pkg</pkg-ref>
|
2014-11-11 15:27:18 +08:00
|
|
|
</installer-gui-script>" > distribution.xml
|