We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6015a commit e941743Copy full SHA for e941743
packaging/distribution.xml.template
@@ -1,7 +1,9 @@
1
<?xml version='1.0' encoding='utf8'?>
2
<installer-gui-script minSpecVersion="2">
3
<title>${PRODUCT_NAME}</title>
4
- <os-version min="10.13" />
+ <allowed-os-versions>
5
+ <os-version min="10.13" />
6
+ </allowed-os-versions>
7
<license file="EULA" />
8
<readme file="README" />
9
<background file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
0 commit comments