mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 17:32:06 +08:00
Fix Powershell syntax
This commit is contained in:
parent
80336e7130
commit
67b5d12c06
@ -7,7 +7,7 @@ echo "Requires PAR."
|
||||
|
||||
# Change this to where you have Strawberry Perl installed.
|
||||
#SET STRAWBERRY_PATH=C:\Strawberry
|
||||
$STRAWBERRY_PATH=C:\Strawberry
|
||||
New-Variable -Name "STRAWBERRY_PATH" -Visibility -Value "C:\Strawberry"
|
||||
# ([io.fileinfo](Get-Command "perl.exe").Path).basename
|
||||
|
||||
cpanm "PAR::Packer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user