Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-02-01 22:20:25 +00:00 committed by github-actions[bot]
parent 440f8922bb
commit 367485c993

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.30 Version : 24.02.01
#> #>
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.30" $sync.version = "24.02.01"
$sync.configs = @{} $sync.configs = @{}
$sync.ProcessRunning = $false $sync.ProcessRunning = $false
@ -6058,15 +6058,24 @@ $sync.configs.applications = '{
"panel": "3", "panel": "3",
"winget": "PeterPawlowski.foobar2000" "winget": "PeterPawlowski.foobar2000"
}, },
"WPFInstallfoxpdf": { "WPFInstallfoxpdfeditor": {
"category": "Document", "category": "Document",
"choco": "na", "choco": "na",
"content": "Foxit PDF", "content": "Foxit PDF Editor",
"description": "Foxit PDF is a feature-rich PDF editor and viewer with a familiar ribbon-style interface.", "description": "Foxit PDF Editor is a feature-rich PDF editor and viewer with a familiar ribbon-style interface.",
"link": "https://www.foxitsoftware.com/", "link": "https://www.foxitsoftware.com/",
"panel": "1", "panel": "1",
"winget": "Foxit.PhantomPDF" "winget": "Foxit.PhantomPDF"
}, },
"WPFInstallfoxpdfreader": {
"category": "Document",
"choco": "foxitreader",
"content": "Foxit PDF Reader",
"description": "Foxit PDF Reader is a free PDF viewer with a familiar ribbon-style interface.",
"link": "https://www.foxitsoftware.com/",
"panel": "1",
"winget": "Foxit.FoxitReader"
},
"WPFInstallfreecad": { "WPFInstallfreecad": {
"category": "Multimedia Tools", "category": "Multimedia Tools",
"choco": "freecad", "choco": "freecad",