Browse Source

Merge branch 'pr789'

pull/790/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
dbef129ffb
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      osx/makedist.sh
  2. 3
      osx/postinstall
  3. 3
      osx/preinstall

2
osx/makedist.sh

@ -10,7 +10,7 @@ echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?> @@ -10,7 +10,7 @@ echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>
<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=\"false\"/>
<options customize=\"never\" require-scripts=\"true\"/>
<choices-outline>
<line choice=\"default\">
<line choice=\"im.tox.qtox\"/>

3
osx/postinstall

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
#!/bin/sh
rm -rf ~/Library/Preferences/tox/update

3
osx/preinstall

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
#!/bin/sh
killall qtox
Loading…
Cancel
Save