Customize Applescript app icon

前端 未结 3 1796
鱼传尺愫
鱼传尺愫 2021-02-02 03:02

I have created my AppleScript, tested it, saved it as an .app and it works.

Now, how do I set a custom icon for it?

I have done a bit of googling and tried a fe

3条回答
  •  滥情空心
    2021-02-02 03:33

    This is how I do it:

    1. In Finder, select your icon file.
    2. Get Info (CMD-I) on the file.
    3. Click the icon in the top left corner of the Get Info window.
    4. Copy it via CMD-C.
    5. Now Get Info on your AppleScript file.
    6. Click the icon in the top left corner of the Get Info window.
    7. Paste the icon using CMD-V.

    The AppleScript icon should be replaced by the icon copied from the icon file.

提交回复
热议问题