Skip to content

Commit

Permalink
Revert "Disallow global installation on Leopard because of an install…
Browse files Browse the repository at this point in the history
…er bug."

This reverts commit 46e1200.
  • Loading branch information
shysaur committed Oct 3, 2015
1 parent 657684d commit b69b5fb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions PackageResources/Distribution.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>QLWindowsApps</title>

<script><![CDATA[
function greaterThanLeopard() {
var curver = system.version.ProductVersion;
if (!curver || system.compareVersions(curver, '10.6') < 0) {
return false;
}
return true;
}
]]></script>

<pkg-ref id="com.danielecattaneo.qlgenerator.qlwindowsapps"/>
<license file="gpl-3.0-standalone.html" uti="public.html"/>
<options customize="never" require-scripts="false"/>
<domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="greaterThanLeopard()"/>
<domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="true"/>
<choices-outline>
<line choice="default">
<line choice="com.danielecattaneo.qlgenerator.qlwindowsapps"/>
Expand Down

0 comments on commit b69b5fb

Please sign in to comment.