mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-12 12:38:00 +08:00
add cmder root prefix to exclude parameters
This commit is contained in:
@ -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*"
|
||||
|
Reference in New Issue
Block a user