1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/osx/makedist.sh

28 lines
977 B
Bash
Raw Normal View History

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