Skip to content

Commit e941743

Browse files
committed
fix: properly check for os version
1 parent 3b6015a commit e941743

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)