Skip to content

Commit e7c973f

Browse files
committed
Added retina display support
Fix arduino/Arduino#2309
1 parent 987185a commit e7c973f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appbundler/src/com/oracle/appbundler/AppBundlerTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ private void writeInfoPlist(File file) throws IOException {
472472
writeProperty(xout, "CFBundleSignature", signature);
473473
writeProperty(xout, "CFBundleVersion", version);
474474
writeProperty(xout, "NSHumanReadableCopyright", copyright);
475+
writeProperty(xout, "NSHighResolutionCapable", "true");
475476

476477
if (applicationCategory != null) {
477478
writeProperty(xout, "LSApplicationCategoryType", applicationCategory);

0 commit comments

Comments
 (0)