Skip to content

Commit

Permalink
add cmder root prefix to exclude parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored Oct 14, 2022
1 parent 9c4e4d2 commit a4c5b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down

0 comments on commit a4c5b9d

Please sign in to comment.