From 6fb8a91522a2077b0fc7720cae464fe056e38e15 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 29 May 2017 22:01:57 -0500 Subject: [PATCH] Revert "A couple fixes to package_win32.ps1" This reverts commit 97431eba2011d491ad0b41c14cb977652d765e98. # Conflicts: # package/win/package_win32.ps1 --- 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 64e1708ce..067dda6f6 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -29,7 +29,6 @@ git branch | foreach { } } -# Use absolute paths because apparently the zip calls below do if ($env:APPVEYOR) { $output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.${env:APPVEYOR_BUILD_NUMBER}.$(git rev-parse --short HEAD).${env:ARCH}" } else {