From be9c1b0d12812070cb5864cbec3c120a42b9860e Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 10 Aug 2017 16:05:16 -0700 Subject: [PATCH] Revert "Fix bad plugins causing instant crash on startup" --- cmake/templates/NSIS.template.in | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 85b841aa72..de79b49a74 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -811,7 +811,6 @@ Section "-Core installation" Delete "$INSTDIR\server-console.exe" RMDir /r "$INSTDIR\locales" RMDir /r "$INSTDIR\resources\app" - RMDir /r "$INSTDIR\plugins" Delete "$INSTDIR\resources\atom.asar" Delete "$INSTDIR\build-info.json" Delete "$INSTDIR\content_resources_200_percent.pak"