Skip to content

Commit

Permalink
chore: update PostBuildEvent.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Feb 7, 2024
1 parent 894321e commit 754e628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 754e628

Please sign in to comment.