Development Branch on new Machine
This commit is contained in:
@@ -1317,12 +1317,12 @@ $Form1.FormBorderStyle = [System.Windows.Forms.FormBorderStyle]::FixedDialog
|
||||
$Form1.MaximizeBox = $false
|
||||
$Form1.Name = "Form1"
|
||||
$Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent
|
||||
$Form1.Text = "CHAMP - 2024.12.30"
|
||||
$Form1.Text = "CHAMP - 20241231"
|
||||
Function preflight () {
|
||||
$preflightCounter = [int] 0
|
||||
$preflightDependancies = ""
|
||||
Write-Host "Running Pre-Flight checks...`n"
|
||||
$currentVersion = "2024.12.30"
|
||||
$currentVersion = "20241231"
|
||||
$version = Invoke-WebRequest -URI https://git.racooncity.org/brotoskyj/CHAMP/raw/branch/master/version.txt | Select-Object -ExpandProperty Content
|
||||
Write-Host "Version Check:"
|
||||
Write-Host "Local Version: $currentVersion"
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
2024.12.30
|
||||
20241231
|
||||
|
||||
Reference in New Issue
Block a user