Move icon.png

This commit is contained in:
Jade Macho 2023-05-26 15:47:10 +02:00
parent 9c6a605ebb
commit 427b60255e
Signed by: 0x0ade
GPG Key ID: 21C91DB3ADE0B6D5
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -5,6 +5,6 @@ dotnet build -c Release
rmdir /s /q %dst%
xcopy %src%\ %dst%\ /E
xcopy .\images\icon.png %dst%\
xcopy .\PatMe2Mqtt\images\icon.png %dst%\
pause