removes PDBs from package

This commit is contained in:
zhupengfei
2019-08-30 22:24:08 +08:00
parent 4ec0fcf9d8
commit a4fbae4918
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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