diff --git a/images/icon.png b/PatMe2Mqtt/images/icon.png similarity index 100% rename from images/icon.png rename to PatMe2Mqtt/images/icon.png diff --git a/release.bat b/release.bat index a53776c..cc00fec 100644 --- a/release.bat +++ b/release.bat @@ -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 \ No newline at end of file