mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Forgot the first rule of fight club
This commit is contained in:
parent
8ef973313b
commit
bb3416bdac
|
@ -2,25 +2,25 @@
|
||||||
|
|
||||||
PWD=`pwd`
|
PWD=`pwd`
|
||||||
|
|
||||||
echo "<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
|
||||||
<installer-gui-script minSpecVersion="1">
|
<installer-gui-script minSpecVersion=\"1\">
|
||||||
<pkg-ref id="im.tox.qtox"/>
|
<pkg-ref id=\"im.tox.qtox\"/>
|
||||||
<options hostArchitectures="x86_64"/>
|
<options hostArchitectures=\"x86_64\"/>
|
||||||
<title>qTox</title>
|
<title>qTox</title>
|
||||||
<license file="$PWD/gplv3.rtf"/>
|
<license file=\"$PWD/gplv3.rtf\"/>
|
||||||
<welcome vfile="$PWD/welcome.txt"/>
|
<welcome file=\"$PWD/welcome.txt\"/>
|
||||||
<options customize="never" require-scripts="false"/>
|
<options customize=\"never\" require-scripts=\"false\"/>
|
||||||
<choices-outline>
|
<choices-outline>
|
||||||
<line choice="default">
|
<line choice=\"default\">
|
||||||
<line choice="im.tox.qtox"/>
|
<line choice=\"im.tox.qtox\"/>
|
||||||
</line>
|
</line>
|
||||||
</choices-outline>
|
</choices-outline>
|
||||||
<allowed-os-versions>
|
<allowed-os-versions>
|
||||||
<os-version min="10.7" />
|
<os-version min=\"10.7\"/>
|
||||||
</allowed-os-versions>
|
</allowed-os-versions>
|
||||||
<choice id="default"/>
|
<choice id=\"default\"/>
|
||||||
<choice id="im.tox.qtox" visible="false">
|
<choice id=\"im.tox.qtox\" visible="false">
|
||||||
<pkg-ref id="im.tox.qtox"/>
|
<pkg-ref id=\"im.tox.qtox\"/>
|
||||||
</choice>
|
</choice>
|
||||||
<pkg-ref id="im.tox.qtox" version="1" onConclusion="none">qtox.pkg</pkg-ref>
|
<pkg-ref id=\"im.tox.qtox\" version=\"1\" onConclusion=\"none\">qtox.pkg</pkg-ref>
|
||||||
</installer-gui-script>" > distribution.xml
|
</installer-gui-script>" > distribution.xml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user