Open Xochipelli opened 4 years ago
I'm no longer using the windows OS and can therefore not test the script. Please check the following things:
JSON
strings need to be escaped (i.e. "C:\\Program FIles\\"
glue.sh
and modify the variables SHORTCUT_LOATIONS
and ICON_DIR
to match your setup
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 :)