From 7e0767b0f1b9eb6c827cf7aed760f12859425ff7 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 7 Jul 2016 20:42:41 -0500 Subject: [PATCH] fixing location of slic3r script --- utils/package_win32.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/package_win32.ps1 b/utils/package_win32.ps1 index 56ebaa3222..a7f98f60b9 100644 --- a/utils/package_win32.ps1 +++ b/utils/package_win32.ps1 @@ -22,7 +22,6 @@ pp ` -a "../utils;utils" ` -a "autorun.bat;slic3r.bat" ` -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\perl522.dll;perl522.dll" ` -a "$STRAWBERRY_PATH\perl\bin\libgcc_s_sjlj-1.dll;libgcc_s_sjlj-1.dll" ` @@ -220,6 +219,6 @@ pp ` -M vars ` -M warnings ` -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"