mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
967 B
27 lines
967 B
#!/usr/bin/env bash |
|
|
|
PWD=`pwd` |
|
|
|
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\"/> |
|
<title>qTox</title> |
|
<license file=\"$PWD/gplv3.rtf\"/> |
|
<welcome file=\"$PWD/welcome.txt\"/> |
|
<domains enable_currentUserHome=\"true\" enable_localSystem=\"false\" enable_anywhere=\"false\"/> |
|
<options customize=\"never\" require-scripts=\"true\"/> |
|
<choices-outline> |
|
<line choice=\"default\"> |
|
<line choice=\"im.tox.qtox\"/> |
|
</line> |
|
</choices-outline> |
|
<allowed-os-versions> |
|
<os-version min=\"10.7\"/> |
|
</allowed-os-versions> |
|
<choice id=\"default\"/> |
|
<choice id=\"im.tox.qtox\" visible=\"false\"> |
|
<pkg-ref id=\"im.tox.qtox\"/> |
|
</choice> |
|
<pkg-ref id=\"im.tox.qtox\" version=\"1\" onConclusion=\"none\">qtox.pkg</pkg-ref> |
|
</installer-gui-script>" > distribution.xml
|
|
|