File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments