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 {