You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love that you took the time to do this project - Thank You!
Not quite clear though on how to execute? (attempting to change vlc icon for custom mp4 icon)
Hoping you could provide a bit more detailed instruction.
Love that you took the time to do this project - Thank You!
Not quite clear though on how to execute? (attempting to change vlc icon for custom mp4 icon)
Hoping you could provide a bit more detailed instruction.
I'm assuming:
setuserfta config.json
For testing I've config'd my json file as
{
"shortcuts": [
],
"filetypes": [
{ "extensions": ["mp4"], "openWithApp": "vlc", "icon": "vid-mp4.ico" }
],
"apps": [
{ "name": "vlc", "path": "C:\Program Files\_\VLC\vlc.exe" }
]
}
And dropped ico file in the dir I'm running setuserfta from.
I am running cli as admin, and not sure I should be doing that.
Any clarification you can give would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: