relocate auto-update

This commit is contained in:
HojouFotytu 2021-02-11 23:26:47 +09:00
parent facfa0106b
commit c189006093
2 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ DEL /F /S /Q *
REM Copy release files REM Copy release files
MD PTMagic MD PTMagic
XCOPY /Y /S ..\..\PTMagic\_defaults\* .\ XCOPY /Y /S ..\..\PTMagic\_defaults\* .\
XCOPY /Y /S ..\..\PTMagic\_auto_updater\* .\PTMagic
XCOPY /Y /S ..\..\PTMagic\bin\Release\PublishOutput .\PTMagic XCOPY /Y /S ..\..\PTMagic\bin\Release\PublishOutput .\PTMagic
CD .\PTMagic CD .\PTMagic
DEL /F /S /Q _presets DEL /F /S /Q _presets