Fix broken custom install location button

This commit is contained in:
Jeffrey Morgan 2015-07-14 00:38:29 -07:00
parent dd0c4fd3c2
commit b16944d30e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<installer-gui-script minSpecVersion="1"> <installer-gui-script minSpecVersion="1">
<title>docker_title</title> <title>docker_title</title>
<options customize="allow" allow-external-scripts="yes" rootVolumeOnly="true" hostArchitectures="i386"/> <options customize="allow" allow-external-scripts="yes" rootVolumeOnly="true" hostArchitectures="i386"/>
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/> <domains enable_localSystem="true"/>
<background file="toolbox.png" alignment="bottomleft" scaling="none"/> <background file="toolbox.png" alignment="bottomleft" scaling="none"/>
<welcome file="Welcome.html" mime-type="text/html"/> <welcome file="Welcome.html" mime-type="text/html"/>
<conclusion file="Installed.html" mime-type="text/html"/> <conclusion file="Installed.html" mime-type="text/html"/>