From 427b60255e18c42311a86cba2d1c40c12fa7fbd5 Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Fri, 26 May 2023 15:47:10 +0200 Subject: [PATCH] Move icon.png --- {images => PatMe2Mqtt/images}/icon.png | Bin release.bat | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {images => PatMe2Mqtt/images}/icon.png (100%) 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