diff --git a/README.md b/README.md index 9c1a796..1b184e8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Compared with the previous method of using [GodMode9](https://github.com/d0k3/Go First of all, of course, you should download a [release](https://github.com/zhaowenlan1779/threeSD/releases) of threeSD and extract it somewhere. -If you are wishing to use threeSD with a portable install of Citra (i.e. that has a `user` folder), you can just copy the `threeSD.exe` there and it will automatically detect. Alternatively, click `Customize...` in the main dialog and change the `Citra User Path` field. +If you are wishing to use threeSD with a portable install of Citra (i.e. that has a `user` folder), click `Customize...` in the main dialog and change the `Citra User Path` field. ### What you'll need diff --git a/appveyor.yml b/appveyor.yml index 0982cfe..d695441 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,6 +55,7 @@ after_build: mkdir release\dist if ($env:BUILD_TYPE -eq 'msvc') { + Remove-Item .\msvc_build\bin\release\threeSD.pdb Copy-Item .\msvc_build\bin\release\* -Destination release -Recurse } else { Copy-Item .\mingw_build\bin\threeSD.exe -Destination release