mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +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 = @{
|
||||
"cmder.zip" = $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*"
|
||||
|
Loading…
Reference in New Issue
Block a user