Correct slashes for unix

This commit is contained in:
Jaby 2025-01-18 21:19:05 +01:00
parent d03ded6e30
commit 34baf2dc27
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
}, },
{ {
"name": "Include", "name": "Include",
"path": "..\\..\\include" "path": "../../include"
}, },
{ {
"name": "Root", "name": "Root",
"path": "..\\.." "path": "../.."
} }
], ],
"tasks": { "tasks": {