diff --git a/scripts/build.ps1 b/scripts/build.ps1 index e1b2508..585d3fd 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -46,11 +46,11 @@ Param( # Launcher folder location [string]$launcher = "..\launcher", - # Include git with the package build - [switch]$Full, + # Config folder location + [string]$config = "..\config", - # config folder location - [string]$config = "..\config" + # Include git with the package build + [switch]$Full ) . "$PSScriptRoot\utils.ps1" @@ -74,6 +74,7 @@ if ($config -ne "") { } else { $ConEmuXml = "" } } else { $ConEmuXml = "" } + foreach ($s in $sources) { if($Full -eq $false -and $s.name -eq "msysgit"){ Continue