Added mailspring
This commit is contained in:
2026-06-30 22:09:48 +00:00
parent 93557f200f
commit fd15171643
+9 -3
View File
@@ -227,6 +227,11 @@ function Install-Messenger {
Remove-Item $tempPath -Force
}
function Install-Mailspring {
Write-Host "Installing MailSpring" -ForegroundColor Yellow
winget install Foundry376.Mailspring
}
function Show-InteractiveMenu {
param (
[string]$Title = "Main Menu",
@@ -258,18 +263,19 @@ do {
"1" {
Install-Zen
Config-Zen
Install-Mailspring
Install-FlowLauncher
Config-FlowLauncher
Install-Opencloud
Install-SteamLink
Install-Clink
Install-Starship
Install-JaxCore
Install-Bitwarden
#Install-JaxCore
#Install-Bitwarden
Install-Discord
Install-LibreOffice
#Install-Gimp
Install-Joplin
#Install-Joplin
Install-WindowsTerminal
Config-WindowsTerminal
Install-VSCode