Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8fc8efe23 | |||
| e4d6736d92 | |||
| ca90d128cf | |||
| 643c4d3be6 | |||
| dce2c7dcd0 | |||
| 16f6204a08 | |||
| ffb7cae259 | |||
| 37a2dc62d3 | |||
| 684185407f | |||
| 31fde99472 | |||
| 67e3d0f98f | |||
| c6c94ffc9a | |||
| 63f9b3f3cc | |||
| 2bf6e5618f | |||
| db5ad6351a |
@@ -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