Skip to content

Commit

Permalink
Merge pull request #136 from ess-m/main
Browse files Browse the repository at this point in the history
fix: properly check for min os version in macos pkg xml
  • Loading branch information
sudara authored Jan 27, 2025
2 parents 3b6015a + e941743 commit 0e52e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/distribution.xml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='utf8'?>
<installer-gui-script minSpecVersion="2">
<title>${PRODUCT_NAME}</title>
<os-version min="10.13" />
<allowed-os-versions>
<os-version min="10.13" />
</allowed-os-versions>
<license file="EULA" />
<readme file="README" />
<background file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
Expand Down

0 comments on commit 0e52e0a

Please sign in to comment.