Revert "A couple fixes to package_win32.ps1"

This reverts commit 97431eba2011d491ad0b41c14cb977652d765e98.

# Conflicts:
#	package/win/package_win32.ps1
This commit is contained in:
Joseph Lenox 2017-05-29 22:01:57 -05:00
parent aa9a204bf7
commit 6fb8a91522

View File

@ -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 {