mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
Merge eec3fd5578
This commit is contained in:
parent
83c685cdc7
commit
cec7fa3398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user