docs: An error in an external link has been fixed [skip ci]

pull/4734/head
FlyingPiMonster 6 years ago committed by Jussi Pakkanen
parent a34ac74cf9
commit f658107a0e
  1. 6
      docs/markdown/Creating-OSX-packages.md

@ -53,10 +53,8 @@ install_data('Info.plist', install_dir : 'Contents')
``` ```
The format of `Info.plist` can be found in the link or the sample The format of `Info.plist` can be found in the link or the sample
project linked above. Be careful, the sample code on the linked page project linked above. The simplest way to get an icon in the `icns`
is malformed, it is missing a less than character (<) before format is to save your image as a tiff an then use the `tiff2icns` helper
`!DOCTYPE`. The simplest way to get an icon in the `icns` format is to
save your image as a tiff an then use the `tiff2icns` helper
application that comes with XCode. application that comes with XCode.
Some applications assume that the working directory of the app process Some applications assume that the working directory of the app process

Loading…
Cancel
Save