[meld/windows-font-fixes: 2/2] Add Meld's install directory to the Windows PATH (#143)



commit 497bc04798179af1ff968a5c4eca246c2bc17601
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat May 23 11:48:32 2020 +1000

    Add Meld's install directory to the Windows PATH (#143)

 setup_win32.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/setup_win32.py b/setup_win32.py
index 84267a46..f8d4bebc 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -114,6 +114,7 @@ bdist_msi_options = {
     "upgrade_code": "{1d303789-b4e2-4d6e-9515-c301e155cd50}",
     "data": msi_data,
     "all_users": True,
+    "add_to_path": True,
 }
 
 executable_options = {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]