Skip to content

Commit

Permalink
enable highdpi display on mac exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Dec 8, 2017
1 parent 7761b34 commit 87d45df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/am_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ static bool create_mac_info_plist(const char *filename, export_config *conf) {
"\n"
" <key>LSMinimumSystemVersion</key>\n"
" <string>10.6.8</string>\n"
"\n"
" <key>NSHighResolutionCapable</key>\n"
" <true/>\n"
"</dict>\n"
"</plist>\n",
conf->shortname,
Expand Down

0 comments on commit 87d45df

Please sign in to comment.