-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
- Version: 17.3.1
- Target: windows
I noticed that I can't set a nested path for start menu shortcut of my application.
Even setting a string with "menuCategory" option into my package.json at project level it creates only a level.
While searching into your scripts I noticed that's because you use sanitize-filename package.
So, using a path string like "level1\application\" will result into a single level "level1application".
can you add the possibility to give a path with multiple levels?
Setting "menuCategory" item like this the result will be:
Using a string with a backslash into json file
Return me this
I want to create a folder tree like Microsoft apps
Reactions are currently unavailable




