-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to use custom icons for shortcuts. #1378
Comments
I found a workaround. You can simply create a link in your project, then, add a shortcut to the shortcut. ...
"shortcuts": [
[
"program.lnk",
"Program"
]
]
... |
Nice one! |
It is rather cumbersome, but it works...
|
r15ch13
added a commit
that referenced
this issue
Jan 8, 2018
Added with 83b8238 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is necessary if the shortcut points to a script instead of a executable. It should be fairly simple, just adding an
IconLocation
to the$wsShell
object before you save it.Example:
The text was updated successfully, but these errors were encountered: