diff --git a/appveyor.yml b/appveyor.yml index 458a2fae..3a4063ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ install: - xcopy C:\projects\cemu-graphic-packs\Performance C:\projects\cemu-graphic-packs\AppVeyor /E /I - xcopy C:\projects\cemu-graphic-packs\Quality C:\projects\cemu-graphic-packs\AppVeyor /E /I - xcopy C:\projects\cemu-graphic-packs\Workaround C:\projects\cemu-graphic-packs\AppVeyor /E /I + - xcopy C:\projects\cemu-graphic-packs\readme.txt C:\projects\cemu-graphic-packs\AppVeyor /E /I build: off artifacts: - path: AppVeyor diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..18910eaf --- /dev/null +++ b/readme.txt @@ -0,0 +1,3 @@ +Go to the [GitHub Site](https://slashiee.github.io/cemu_graphic_packs/) for more information. + +Please delete any current graphics packs that you are going to replace! This is necessary if, for example, any shader edits in an older installed version are deleted from a pack in a future downloaded version. \ No newline at end of file