Skip to content

Commit a0310b3

Browse files
committed
Fixed menu paths
1 parent faa8306 commit a0310b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Main.sublime-menu

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
{
1515
"command": "open_file",
1616
"args": {
17-
"file": "${packages}/GL-Shader-Validator/README.md"
17+
"file": "${packages}/GL Shader Validator/README.md"
1818
},
1919
"caption": "README"
2020
},
2121
{
2222
"command": "open_file",
2323
"args": {
24-
"file": "${packages}/GL-Shader-Validator/LICENSE"
24+
"file": "${packages}/GL Shader Validator/LICENSE"
2525
},
2626
"caption": "LICENSE"
2727
},
@@ -31,7 +31,7 @@
3131
{
3232
"command": "open_file",
3333
"args": {
34-
"file": "${packages}/GL-Shader-Validator/GLShaderValidator.sublime-settings"
34+
"file": "${packages}/GL Shader Validator/GLShaderValidator.sublime-settings"
3535
},
3636
"caption": "Settings - Default"
3737
}

0 commit comments

Comments
 (0)