1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 11:34:05 +02:00

Remove scripts folder from pre-build script

This commit is contained in:
chylex 2021-12-24 10:56:06 +01:00
parent dfde38ea3b
commit cff93dcc97
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -473,7 +473,6 @@
<PostBuildEvent>rmdir "$(ProjectDir)bin\Debug"
rmdir "$(ProjectDir)bin\Release"
rmdir "$(TargetDir)scripts" /S /Q
rmdir "$(TargetDir)resources" /S /Q
rmdir "$(TargetDir)plugins" /S /Q