mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
removes PDBs from package
This commit is contained in:
@@ -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.
|
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
|
### What you'll need
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ after_build:
|
|||||||
mkdir release\dist
|
mkdir release\dist
|
||||||
|
|
||||||
if ($env:BUILD_TYPE -eq 'msvc') {
|
if ($env:BUILD_TYPE -eq 'msvc') {
|
||||||
|
Remove-Item .\msvc_build\bin\release\threeSD.pdb
|
||||||
Copy-Item .\msvc_build\bin\release\* -Destination release -Recurse
|
Copy-Item .\msvc_build\bin\release\* -Destination release -Recurse
|
||||||
} else {
|
} else {
|
||||||
Copy-Item .\mingw_build\bin\threeSD.exe -Destination release
|
Copy-Item .\mingw_build\bin\threeSD.exe -Destination release
|
||||||
|
|||||||
Reference in New Issue
Block a user