From d7959545cd15bca86af1a7a64f545375ac1a6933 Mon Sep 17 00:00:00 2001 From: Xymanek Date: Thu, 23 Dec 2021 14:16:11 +0200 Subject: [PATCH] Fixed path to clean.ps1 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2284bc2..bc738fd 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ name in the "Clean" task): { "label": "Clean", "type": "shell", - "command": "powershell.exe –NonInteractive –ExecutionPolicy Unrestricted -file '${workspaceRoot}\\.scripts\\clean.ps1' -modName 'MY_MOD_NAME' -srcDirectory '${workspaceRoot}' -sdkPath '${config:xcom.highlander.sdkroot}' -gamePath '${config:xcom.highlander.gameroot}'", + "command": "powershell.exe –NonInteractive –ExecutionPolicy Unrestricted -file '${workspaceRoot}\\.scripts\\X2ModBuildCommon\\clean.ps1' -modName 'MY_MOD_NAME' -srcDirectory '${workspaceRoot}' -sdkPath '${config:xcom.highlander.sdkroot}' -gamePath '${config:xcom.highlander.gameroot}'", "group": "build", "problemMatcher": [] },