From 7aff8267dad22f611f2624d27083963a5656bb1d Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 29 May 2017 23:51:05 -0500 Subject: [PATCH] Forgot to revert mkdir --- package/win/package_win32.ps1 | 1 - 1 file changed, 1 deletion(-) 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"