Skip to content

How to properly add custom icon to shortcut? #5067

Discussion options

You must be logged in to vote

See docs. You can specify a custom icon for a shortcut via the 4th string of the shortcut entry. E.g.,

"shortcuts": [
    [
        "target.exe",
        "Shortcut Name",
        "-arg1 /arg2",
        "icon.ico"
    ]
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@anderlli0053
Comment options

Answer selected by rashil2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants