Skip to content

Commit

Permalink
Add minimum os version to Info.plist, so we don't attempt to install …
Browse files Browse the repository at this point in the history
…on an older system which will fail.
  • Loading branch information
jonoomph committed Jan 25, 2021
1 parent 397ab2a commit 1805008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<string>icon.icns</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>10.15.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down

0 comments on commit 1805008

Please sign in to comment.