add cmder root prefix to exclude parameters

This commit is contained in:
David Refoua 2022-10-15 02:54:32 +03:30 committed by GitHub
parent 9c4e4d27c8
commit a4c5b9d098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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*"