فهرست منبع

ci(windows): smol fix

Stéphane Lepin 5 سال پیش
والد
کامیت
874752937e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ci/windows/prepare-windows.cmd

+ 1 - 0
ci/windows/prepare-windows.cmd

@@ -10,5 +10,6 @@ REM Import the generated includes to get the plugin's name
 call "%~dp0..\ci_includes.generated.cmd"
 call "%~dp0..\ci_includes.generated.cmd"
 
 
 REM Rename the solution files to something CI can pick up 
 REM Rename the solution files to something CI can pick up 
+cd ..
 ren "build32\%PluginName%.sln" "main.sln"
 ren "build32\%PluginName%.sln" "main.sln"
 ren "build64\%PluginName%.sln" "main.sln"
 ren "build64\%PluginName%.sln" "main.sln"