mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:12:01 +08:00
Forgot to revert mkdir
This commit is contained in:
parent
c2bdbafa6d
commit
7aff8267da
@ -34,7 +34,6 @@ if ($env:APPVEYOR) {
|
|||||||
} else {
|
} else {
|
||||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD).zip"
|
$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.
|
# Change this to where you have Strawberry Perl installed.
|
||||||
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"
|
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user