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