Macdeployqt - changes from 5.3 to 5.4?
-
I updated to 5.4 and after bundling my application noticed a couple of differences in behaviour between 5.3 and 5.4. I have a custom Info.plist file (primarily to enable NSHighResolutionCapable property) and application Icon.icns files. With 5.3 the resulting application bundle had these files in the proper location and everything worked as it should. With 5.4, these files are not being used in the bundle. I manually copied the Info.plist file to the application bundle, so that is easy enough fix, but manually copying the Icon.icns file to Resources does not seem to be sufficient for the application to show the icon. Any idea what I need to do (perhaps reference Icon.icns in Info.plist?) to get the behaviour from 5.3?
Thanks
Rakesh