Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed Jan 26, 2024
1 parent b659acb commit aed9270
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.01.25
Version : 24.01.26
#>
param (
[switch]$Debug,
Expand Down Expand Up @@ -47,7 +47,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.01.25"
$sync.version = "24.01.26"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down Expand Up @@ -6982,15 +6982,6 @@ $sync.configs.applications = '{
"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."
},
"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": {
"winget": "Duplicati.Duplicati",
"choco": "duplicati",
Expand Down

0 comments on commit aed9270

Please sign in to comment.