This commit is contained in:
Benjamin Staneck 2015-09-24 16:22:41 +02:00
parent 83c685cdc7
commit cec7fa3398

View File

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