summaryrefslogtreecommitdiff
path: root/build/appveyor/simulate-appveyor.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/appveyor/simulate-appveyor.bat')
-rw-r--r--build/appveyor/simulate-appveyor.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/appveyor/simulate-appveyor.bat b/build/appveyor/simulate-appveyor.bat
index 6af0aa625..ac229b1ff 100644
--- a/build/appveyor/simulate-appveyor.bat
+++ b/build/appveyor/simulate-appveyor.bat
@@ -28,8 +28,8 @@ SET PLATFORM=%2
SET PROFILE=%3
CD %APPVEYOR_BUILD_FOLDER%
-CALL build\appveyor\%PROFILE:~0,4%-appveyor-install.bat || EXIT /B
+CALL build\appveyor\%PROFILE_CLASS%-appveyor-install.bat || EXIT /B
CD %APPVEYOR_BUILD_FOLDER%
-CALL build\appveyor\%PROFILE:~0,4%-appveyor-build.bat || EXIT /B
+CALL build\appveyor\%PROFILE_CLASS%-appveyor-build.bat || EXIT /B
CD %APPVEYOR_BUILD_FOLDER%
-CALL build\appveyor\%PROFILE:~0,4%-appveyor-test.bat
+CALL build\appveyor\%PROFILE_CLASS%-appveyor-test.bat