From 710f839e77a3a3d6da5de83c93230d0e6dc00e9f Mon Sep 17 00:00:00 2001 From: Raymix Date: Wed, 18 May 2016 18:56:29 +0100 Subject: [PATCH] tiny fix for fresh config save --- Tools/PowerShell/PBO_packaging_tool_GUI.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/PowerShell/PBO_packaging_tool_GUI.ps1 b/Tools/PowerShell/PBO_packaging_tool_GUI.ps1 index c78634b0..40be6df1 100644 --- a/Tools/PowerShell/PBO_packaging_tool_GUI.ps1 +++ b/Tools/PowerShell/PBO_packaging_tool_GUI.ps1 @@ -669,7 +669,6 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components) $c1 = Test-Path (Join-Path $TextBox1.Text "\Arma3.exe") $c2 = Test-Path (Join-Path $TextBox2.Text "\Sources") $c3 = Test-Path (Join-Path $TextBox3.Text "\AddonBuilder.exe") -ErrorAction SilentlyContinue - $c4 = Test-Path (Join-Path $TextBox4.Text "\Sources") $c5 = Test-Path "P:\" if ($c1 -and $c2 -and $c3 -and $c5) @@ -805,7 +804,7 @@ $Timer1 = New-Object System.Windows.Forms.Timer($components) 4 # Location of Private Github { $TextBox4.Text = $p - $tp = Join-Path $p "\Sources" + $tp = Join-Path $p "\Source_CC_BY-NC-ND" if (!(Test-Path $tp)) { [System.Windows.Forms.MessageBox]::Show(($tp + " Not found."), "Warning")