Skip to content

Commit f608be5

Browse files
authored
Merge pull request #85 from X2CommunityCore/readme-clean-path
Fixed path to clean.ps1 in README
2 parents b339358 + d795954 commit f608be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ name in the "Clean" task):
158158
{
159159
"label": "Clean",
160160
"type": "shell",
161-
"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}'",
161+
"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}'",
162162
"group": "build",
163163
"problemMatcher": []
164164
},

0 commit comments

Comments
 (0)