mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-15 07:04:39 +08:00
add cmder root prefix to exclude parameters
This commit is contained in:
parent
9c4e4d27c8
commit
a4c5b9d098
@ -44,7 +44,7 @@ Ensure-Executable "7z"
|
|||||||
$targets = @{
|
$targets = @{
|
||||||
"cmder.zip" = $null;
|
"cmder.zip" = $null;
|
||||||
"cmder.7z" = $null;
|
"cmder.7z" = $null;
|
||||||
"cmder_mini.zip" = "-x!`"vendor\git-for-windows`"";
|
"cmder_mini.zip" = "-x!`"$cmderRoot\vendor\git-for-windows`"";
|
||||||
}
|
}
|
||||||
|
|
||||||
Delete-Existing "$cmderRoot\Version*"
|
Delete-Existing "$cmderRoot\Version*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user