Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-01-26 14:40:01 +00:00 committed by github-actions[bot]
parent b659acb3b3
commit aed92704a8

View File

@ -10,7 +10,7 @@
Author : Chris Titus @christitustech Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech GitHub : https://github.com/ChrisTitusTech
Version : 24.01.25 Version : 24.01.26
#> #>
param ( param (
[switch]$Debug, [switch]$Debug,
@ -47,7 +47,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces # Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{}) $sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot $sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.01.25" $sync.version = "24.01.26"
$sync.configs = @{} $sync.configs = @{}
$sync.ProcessRunning = $false $sync.ProcessRunning = $false
@ -6982,15 +6982,6 @@ $sync.configs.applications = '{
"link": "https://deluge-torrent.org/", "link": "https://deluge-torrent.org/",
"description": "Deluge is a free and open-source BitTorrent client. It features a user-friendly interface, support for plugins, and the ability to manage torrents remotely." "description": "Deluge is a free and open-source BitTorrent client. It features a user-friendly interface, support for plugins, and the ability to manage torrents remotely."
}, },
"WPFInstalldolphin": {
"winget": "KDE.Dolphin",
"choco": "na",
"category": "Utilities",
"panel": "4",
"content": "Dolphin File manager",
"link": "https://apps.kde.org/en/dolphin/",
"description": "Dolphin is a file manager for the KDE desktop environment. It provides a powerful and intuitive interface for managing files and folders on Linux systems."
},
"WPFInstallduplicati": { "WPFInstallduplicati": {
"winget": "Duplicati.Duplicati", "winget": "Duplicati.Duplicati",
"choco": "duplicati", "choco": "duplicati",