chore: update PostBuildEvent.

This commit is contained in:
NaBian 2024-02-07 22:18:25 +08:00
parent 894321e0e3
commit 754e628415
2 changed files with 4 additions and 0 deletions

View File

@ -320,6 +320,7 @@
<PropertyGroup>
<PostBuildEvent>
if not exist Langs md Langs
rd /s /q Langs\cs
rd /s /q Langs\en
rd /s /q Langs\es
rd /s /q Langs\fa
@ -331,6 +332,7 @@
rd /s /q Langs\ru
rd /s /q Langs\tr
rd /s /q Langs\ca-Es
move cs Langs
move en Langs
move es Langs
move fa Langs

View File

@ -322,6 +322,7 @@
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
<PostBuildEvent>
if not exist Langs md Langs
rd /s /q Langs\cs
rd /s /q Langs\en
rd /s /q Langs\es
rd /s /q Langs\fa
@ -333,6 +334,7 @@
rd /s /q Langs\ru
rd /s /q Langs\tr
rd /s /q Langs\ca-Es
move cs Langs
move en Langs
move es Langs
move fa Langs