diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index 5783d147e..3ebf49ae6 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -34,7 +34,6 @@ if ($env:APPVEYOR) { } else { $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. New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"