如何通过Install4j设置控制mac默认图标大小128x128显示
How to control mac default icon size 128x128 display through Install4j settings
我们的应用程序有一个 48X48 的安装程序图像,但在 MAC 中,由于 mac 默认图标大小,它会拉伸到 128X128,这会导致图像模糊。
我们尝试使用 128X128 的图像,但没有 stretching/blurring,但它看起来太大了。所以我们正在寻找一些设置来通过 install4j 或任何其他解决方案来控制 MAC 默认图标大小。
过去,使用 install4j 6.x 我们使用了 install4j 附带的默认图像,从未注意到这个问题。
Blurry image
Image 128X128 - with out blurr
Another image with both on side by side (Default in 6.x Vs nonDefault in 7.x)
要在装载 DMG 时控制文件夹的视觉方面,您可以在媒体向导的 "Installer options->Additional files in the DMG" 步骤中包含一个 .DS_Store
文件。 .DS_Store
文件取自您已相应调整设置的文件夹。
styling DMGs 上的帮助章节显示了步骤列表。
我们的应用程序有一个 48X48 的安装程序图像,但在 MAC 中,由于 mac 默认图标大小,它会拉伸到 128X128,这会导致图像模糊。
我们尝试使用 128X128 的图像,但没有 stretching/blurring,但它看起来太大了。所以我们正在寻找一些设置来通过 install4j 或任何其他解决方案来控制 MAC 默认图标大小。
过去,使用 install4j 6.x 我们使用了 install4j 附带的默认图像,从未注意到这个问题。 Blurry image
Image 128X128 - with out blurr
Another image with both on side by side (Default in 6.x Vs nonDefault in 7.x)
要在装载 DMG 时控制文件夹的视觉方面,您可以在媒体向导的 "Installer options->Additional files in the DMG" 步骤中包含一个 .DS_Store
文件。 .DS_Store
文件取自您已相应调整设置的文件夹。
styling DMGs 上的帮助章节显示了步骤列表。