diff --git a/appveyor.yml b/appveyor.yml index 9633923..1b8d7ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ shallow_clone: true clone_depth: 1 configuration: - - Release-Far2 - Release-Far3 platform: @@ -38,7 +37,7 @@ after_build: xcopy source\Text\*.txt export\IntChecker2 /E /I /Y > nul - IF "%configuration%" == "Release-Far3" xcopy extra\scripts\* export\IntChecker2\scripts /E /I /Y > nul + xcopy extra\scripts\* export\IntChecker2\scripts /E /I /Y > nul IF "%platform%" == "Win32" (SET P_ARCH=x86) ELSE (SET P_ARCH=%platform%)