From d5ec99519e1c62848f6d1f97eec35570347db651 Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Fri, 4 Nov 2016 13:42:53 +0000
Subject: [PATCH] Notepad++ -> v7.2

---
 notepad++.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/notepad++.xml b/notepad++.xml
index eb889e36..94d7c5d1 100755
--- a/notepad++.xml
+++ b/notepad++.xml
@@ -2,9 +2,10 @@
 <packages>
 <package id="notepad++" name="Notepad++" revision="%version%.1" reboot="false">
  
-  <variable name="version" value="7" />
- 
-  <check type="uninstall" condition="versiongreaterorequal" path="Notepad++" value="%version%" />
+  <variable name="version" value="7.2" />
+
+  <!-- 64bit version exists as of 7.1, but most of the plugins aren't available. So stick with 32bit until they sort that -->
+   <check type="uninstall" condition="versiongreaterorequal" path="Notepad++ (32-bit x86)" value="%version%" />
  
   <!-- remove plug-ins to prevent installer hanging -->
   <!-- Exit code of "1" can occur if there are no .dll files in the plugins dir. This happens if a previous installation has been uninstalled,
-- 
GitLab