From a2a5dfd435da25a1897f2d8d11ca4817a96749f8 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 1 Jan 2018 01:27:58 +0100
Subject: [PATCH] Reset the official plugins folder in the update installer

---
 bld/gen_upd.iss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bld/gen_upd.iss b/bld/gen_upd.iss
index b43d606a..88c044e4 100644
--- a/bld/gen_upd.iss
+++ b/bld/gen_upd.iss
@@ -59,7 +59,7 @@ Type: filesandordirs; Name: "{localappdata}\{#MyAppName}\Cache"
 Type: filesandordirs; Name: "{localappdata}\{#MyAppName}\GPUCache"
 
 [InstallDelete]
-Type: files; Name: "{app}\plugins\official\emoji-keyboard\emoji-instructions.txt"
+Type: filesandordirs; Name: "{app}\plugins\official"
 
 [Code]
 function TDIsUninstallable: Boolean; forward;