update zip name

This commit is contained in:
Wengier
2020-09-30 13:37:02 -04:00
parent f209061af1
commit 04dcb6e45f
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ if ( "$branch" eq "develop-win-sdl1-async-hack-201802" ) {
}
$suffix = $subdir;
$suffix =~ s/^.*\///g;
$suffix =~ s/^.*\/windows/vsbin/g;
mkdir "release" unless -d "release";
mkdir "$subdir" unless -d "$subdir";