Forgot to revert mkdir

This commit is contained in:
Joseph Lenox 2017-05-29 23:51:05 -05:00
parent c2bdbafa6d
commit 7aff8267da

View File

@ -34,7 +34,6 @@ if ($env:APPVEYOR) {
} else { } else {
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD).zip" $output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD).zip"
} }
mkdir $output_dir
# Change this to where you have Strawberry Perl installed. # Change this to where you have Strawberry Perl installed.
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry" New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"