mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:21:59 +08:00
Fix regression in packaging: Ensure $ARCH value is used in output name for Slic3r.
This commit is contained in:
parent
c22d20b9bb
commit
ae42e924ab
@ -31,7 +31,7 @@ git branch | foreach {
|
|||||||
|
|
||||||
# Use absolute paths because apparently the zip calls below do
|
# Use absolute paths because apparently the zip calls below do
|
||||||
if ($env:APPVEYOR) {
|
if ($env:APPVEYOR) {
|
||||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.${env:APPVEYOR_BUILD_NUMBER}.$(git rev-parse --short HEAD)"
|
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.${env:APPVEYOR_BUILD_NUMBER}.$(git rev-parse --short HEAD).${env:ARCH}"
|
||||||
} else {
|
} else {
|
||||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD)"
|
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user