From cabf477fd89a1381f9d605e9dbdb3c51d99bfdcd Mon Sep 17 00:00:00 2001 From: Andreas Weizel Date: Fri, 22 Oct 2021 00:42:46 +0200 Subject: [PATCH] Fix wrong icon path in VSPackage.resx --- ILSpy.AddIn.Shared/VSPackage.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy.AddIn.Shared/VSPackage.resx b/ILSpy.AddIn.Shared/VSPackage.resx index 630c430e6..4cb6bb52e 100644 --- a/ILSpy.AddIn.Shared/VSPackage.resx +++ b/ILSpy.AddIn.Shared/VSPackage.resx @@ -135,6 +135,6 @@ Integration of the ILSpy Decompiler into Visual Studio. - ..\ILSpy.AddIn.SharedFiles\Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\ILSpy.AddIn\Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file