Merge branch 'test-2024-01-25' into CW-MicroWin

This commit is contained in:
Chris Titus 2024-01-30 09:10:01 -06:00 committed by GitHub
commit 369f8a6179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

BIN
screen-install.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 KiB

After

Width:  |  Height:  |  Size: 339 KiB

View File

@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.01.27
Version : 24.01.30
#>
param (
[switch]$Debug,
@ -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.27"
$sync.version = "24.01.30"
$sync.configs = @{}
$sync.ProcessRunning = $false