From 95b9cbeb1d8e39ee5c01986e4f6c6b6517de4357 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Thu, 25 Apr 2019 23:14:28 +0200 Subject: [PATCH] Greenshot still has a dependency on the editor, with a normal build this is solved by the addon system while they are copied at the right location. When publishing only the referenced addons are in the publish directory, and Greenshot would throw a nre. This commit fixes this. --- src/Greenshot/Greenshot.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Greenshot/Greenshot.csproj b/src/Greenshot/Greenshot.csproj index a2c3cbf80..458c445c3 100644 --- a/src/Greenshot/Greenshot.csproj +++ b/src/Greenshot/Greenshot.csproj @@ -106,6 +106,7 @@ +