From 84a2de5bfa6591f99dc2f12f57450bdf2fd8e23b Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 7 Jul 2016 20:04:52 -0500 Subject: [PATCH] oops, forgot a backtick --- utils/package_win32.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/package_win32.ps1 b/utils/package_win32.ps1 index 52b6cc30a..56ebaa322 100644 --- a/utils/package_win32.ps1 +++ b/utils/package_win32.ps1 @@ -37,7 +37,7 @@ pp ` -a "$STRAWBERRY_PATH\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxbase30u_xml_gcc_custom.dll;wxbase30u_xml_gcc_custom.dll" ` -a "$STRAWBERRY_PATH\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxbase30u_net_gcc_custom.dll;wxbase30u_net_gcc_custom.dll" ` -a "../lib;lib" ` --a "../slic3r.pl;slic3r.pl" +-a "../slic3r.pl;slic3r.pl" ` -M AutoLoader ` -M B ` -M Carp `