[meld/fix-all-user-install] Add Meld icon to add/remove programs UI



commit 57487ab194745c0026211964b14fd2b36d04ba23
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Apr 11 09:19:31 2021 +1000

    Add Meld icon to add/remove programs UI

 setup_win32.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/setup_win32.py b/setup_win32.py
index 2cba8b9e..70ea1b71 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -117,6 +117,7 @@ bdist_msi_options = {
     "upgrade_code": "{1d303789-b4e2-4d6e-9515-c301e155cd50}",
     "data": msi_data,
     "all_users": True,
+    "install_icon": "data/icons/org.gnome.meld.ico",
 }
 
 executable_options = {


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