cncjs-pendant-streamdeck icon indicating copy to clipboard operation
cncjs-pendant-streamdeck copied to clipboard

How to use it in Windows 11 ?

Open DomML opened this issue 1 year ago • 1 comments

Hi, I'm tryig to install the pendant on windows, however, everytime I change the .cncrc file to add the path toward it, it break CNCJS. Everything come to normal if I reverse tot he original .cncrc.

{
    "state": {
        "checkForUpdates": true,
        "controller": {
            "exception": {
                "ignoreErrors": false
            }
        }
    },
    "secret": "$2a$10$/o78W5zJWNMOCIDoP0EX1u",
    "mountPoints": [
        {
          "route": "/grid",
          "target": "C:\Users\Nouveau\cncjs-pendant-streamdeck"
        }
      ]
}

DomML avatar Feb 10 '24 21:02 DomML

replace "target": "C:\Users\Nouveau\cncjs-pendant-streamdeck" by "target": "C:\\Users\\Nouveau\\cncjs-pendant-streamdeck"

metropolicon avatar Aug 13 '24 14:08 metropolicon

It works, thank you!

DomML avatar Aug 16 '24 10:08 DomML