From d6116f45b812b83a57381c13384afd7c87d50638 Mon Sep 17 00:00:00 2001 From: MrMelon Date: Thu, 22 Oct 2020 22:59:02 +0100 Subject: [PATCH] This DLL breaks things as it is already present when mono is installed --- MelonVPNClient/MelonVPNClient.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MelonVPNClient/MelonVPNClient.csproj b/MelonVPNClient/MelonVPNClient.csproj index d348a51..894c21f 100644 --- a/MelonVPNClient/MelonVPNClient.csproj +++ b/MelonVPNClient/MelonVPNClient.csproj @@ -26,6 +26,15 @@ prompt 4 x86 + + + + AfterBuild + rm appindicator3-sharp.dll + ${TargetDir} + + +