Skip to content

Commit

Permalink
ci(macos): fix minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed Jan 19, 2025
1 parent c315192 commit ece7881
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/generate-macos-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>CFBundleIconFile</key>
<string>dune2_icon.icns</string>
<key>CFBundleIdentifier</key>
<string>dunedynasty.dunedynasty</string>
<string>io.github.gameflorist.dunedynasty</string>
<key>LSMinimumSystemVersion</key>
<string>10.0.0</string>
<key>NSHighResolutionCapable</key>
<false/>
<false/>
</dict>
</plist>" > $CONTENTS/Info.plist

Expand Down

0 comments on commit ece7881

Please # to comment.