Skip to content

Commit 0e52e0a

Browse files
authored
Merge pull request #136 from ess-m/main
fix: properly check for min os version in macos pkg xml
2 parents 3b6015a + e941743 commit 0e52e0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/distribution.xml.template

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version='1.0' encoding='utf8'?>
22
<installer-gui-script minSpecVersion="2">
33
<title>${PRODUCT_NAME}</title>
4-
<os-version min="10.13" />
4+
<allowed-os-versions>
5+
<os-version min="10.13" />
6+
</allowed-os-versions>
57
<license file="EULA" />
68
<readme file="README" />
79
<background file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>

0 commit comments

Comments
 (0)