Fixed package name for Windows (bug 4395).
This commit is contained in:
parent
8852256ab6
commit
fb28f4bcd0
@ -40,6 +40,10 @@ if ($^O eq "darwin")
|
||||
{
|
||||
$version .= '-mac';
|
||||
}
|
||||
elsif ($^O =~ /MSWin/)
|
||||
{
|
||||
$version .= '-windows';
|
||||
}
|
||||
else
|
||||
{
|
||||
$version .= '-' . $^O;
|
||||
|
Loading…
Reference in New Issue
Block a user