Fix for copying _default in release script

This commit is contained in:
djbadders 2018-08-12 16:37:29 +01:00
parent d227ca172d
commit ce86c91b6b
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ DEL /F /S /Y *
REM Copy release files
MKDIR PTMagic
XCOPY /Y /S ..\..\PTMagic\_defaults\_default* .\
XCOPY /Y /S ..\..\PTMagic\_defaults\* .\
XCOPY /Y /S ..\..\PTMagic\bin\Release\PublishOutput .\PTMagic