diff --git a/appveyor.yml b/appveyor.yml index dd0b55f..b2065d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,7 +64,7 @@ after_build: copy %APPVEYOR_BUILD_FOLDER%\source-code\x64\%CONFIGURATION%\*.dva %TMP%\full\plugins\ - del %TMP%\update\plugins\Novidia.dva + del %TMP%\full\plugins\Novidia.dva copy "%APPVEYOR_BUILD_FOLDER%\source-code\data\README - PD Loader.url" %TMP%\full\ @@ -130,8 +130,14 @@ after_build: copy "ARB Patcher Source\gamesettings\*.*" "ARB Patcher\gamesettings\" + del /Q "ARB Patcher Source\gamesettings" + + rmdir "ARB Patcher Source\gamesettings" + del /Q "ARB Patcher Source" + rmdir "ARB Patcher Source" + del "patch shaders py.bat" cd ..