[meld] Add Meld icon to add/remove programs UI



commit 25750b4f0a7c6b21057b1a0d8443b0abd3a300fe
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 159f0ff4..21a37a1c 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -115,6 +115,7 @@ bdist_msi_options = {
     "data": msi_data,
     "all_users": True,
     "add_to_path": 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]