From bab3b67ef38d1312e7bab4aea758f61a17e26168 Mon Sep 17 00:00:00 2001
From: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
Date: Mon, 3 Oct 2022 02:39:02 +0530
Subject: [PATCH] Added WizTree for Install Requested Feature #42 (#207)
---
MainWindow.xaml | 1 +
applications.json | 3 +++
winutil.ps1 | 6 +++++-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/MainWindow.xaml b/MainWindow.xaml
index d069fc8e..56b94936 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -129,6 +129,7 @@
+
diff --git a/applications.json b/applications.json
index 7c6dee5c..e77e4f62 100644
--- a/applications.json
+++ b/applications.json
@@ -228,6 +228,9 @@
"Installwindirstat": {
"winget": "WinDirStat.WinDirStat"
},
+ "Installwiztree": {
+ "winget": "AntibodySoftware.WizTree"
+ },
"Installwinscp": {
"winget": "WinSCP.WinSCP"
},
diff --git a/winutil.ps1 b/winutil.ps1
index 019c4f84..e26b098b 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -417,7 +417,11 @@ $WPFinstall.Add_Click({
If ( $WPFInstallwindirstat.IsChecked -eq $true ) {
$wingetinstall.Add("WinDirStat.WinDirStat")
$WPFInstallwindirstat.IsChecked = $false
- }
+ }
+ If ( $WPFInstallwiztree.IsChecked -eq $true ) {
+ $wingetinstall.Add("AntibodySoftware.WizTree")
+ $WPFInstallwiztree.IsChecked = $false
+ }
If ( $WPFInstallwireshark.IsChecked -eq $true ) {
$wingetinstall.Add("WiresharkFoundation.Wireshark")
$WPFInstallwireshark.IsChecked = $false