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
[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