Compare commits

..

No commits in common. "70ec48130505b61dbdb196c09938720c21bce402" and "0ecc432a3a821785c6cc998d407b5ab19fc53be6" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -324,7 +324,7 @@
"choco": "devToys", "choco": "devToys",
"content": "Devtoys", "content": "Devtoys",
"description": "Devtoys is a collection of development-related utilities and tools for Windows. It includes tools for file management, code formatting, and productivity enhancements for developers.", "description": "Devtoys is a collection of development-related utilities and tools for Windows. It includes tools for file management, code formatting, and productivity enhancements for developers.",
"link": "https://devtoys.app/", "link": "https://dev.to/devtoys",
"winget": "devtoys" "winget": "devtoys"
}, },
"WPFInstalldigikam": { "WPFInstalldigikam": {

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.02.12 Version : 24.02.08
#> #>
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.02.12" $sync.version = "24.02.08"
$sync.configs = @{} $sync.configs = @{}
$sync.ProcessRunning = $false $sync.ProcessRunning = $false
@ -5726,7 +5726,7 @@ $sync.configs.applications = '{
"choco": "devToys", "choco": "devToys",
"content": "Devtoys", "content": "Devtoys",
"description": "Devtoys is a collection of development-related utilities and tools for Windows. It includes tools for file management, code formatting, and productivity enhancements for developers.", "description": "Devtoys is a collection of development-related utilities and tools for Windows. It includes tools for file management, code formatting, and productivity enhancements for developers.",
"link": "https://devtoys.app/", "link": "https://dev.to/devtoys",
"winget": "devtoys" "winget": "devtoys"
}, },
"WPFInstalldigikam": { "WPFInstalldigikam": {