mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 20:01:51 +08:00
fixing location of slic3r script
This commit is contained in:
parent
84a2de5bfa
commit
7e0767b0f1
@ -22,7 +22,6 @@ pp `
|
|||||||
-a "../utils;utils" `
|
-a "../utils;utils" `
|
||||||
-a "autorun.bat;slic3r.bat" `
|
-a "autorun.bat;slic3r.bat" `
|
||||||
-a "../var;var" `
|
-a "../var;var" `
|
||||||
-a "../slic3r.pl;slic3r.pl" `
|
|
||||||
-a "$STRAWBERRY_PATH\perl\bin\perl5.22.2.exe;perl5.22.2.exe" `
|
-a "$STRAWBERRY_PATH\perl\bin\perl5.22.2.exe;perl5.22.2.exe" `
|
||||||
-a "$STRAWBERRY_PATH\perl\bin\perl522.dll;perl522.dll" `
|
-a "$STRAWBERRY_PATH\perl\bin\perl522.dll;perl522.dll" `
|
||||||
-a "$STRAWBERRY_PATH\perl\bin\libgcc_s_sjlj-1.dll;libgcc_s_sjlj-1.dll" `
|
-a "$STRAWBERRY_PATH\perl\bin\libgcc_s_sjlj-1.dll;libgcc_s_sjlj-1.dll" `
|
||||||
@ -220,6 +219,6 @@ pp `
|
|||||||
-M vars `
|
-M vars `
|
||||||
-M warnings `
|
-M warnings `
|
||||||
-M warnings::register `
|
-M warnings::register `
|
||||||
-e -p slic3r.pl -o ..\slic3r.par
|
-e -p ..\slic3r.pl -o ..\slic3r.par
|
||||||
|
|
||||||
copy ..\slic3r.par "..\slic3r-${current_branch}-$(git rev-parse --short HEAD).zip"
|
copy ..\slic3r.par "..\slic3r-${current_branch}-$(git rev-parse --short HEAD).zip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user