From 8719dea4e53d1d2820b11d789bab23d553d7f41f Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 24 Mar 2017 13:16:46 -0500 Subject: [PATCH] change execs to slic3r-console and slic3r --- package/win/package_win32.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index ccffef3ae3..f2e9ecbbd9 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -44,7 +44,7 @@ cpanm "PAR::Packer" pp ` -a "slic3r.exe;slic3r.exe" ` --a "slic3r.exe;slic3r-gui.exe" ` +-a "slic3r.exe;slic3r-console.exe" ` -a "../../lib;lib" ` -a "../../local-lib;local-lib" ` -a "../../slic3r.pl;slic3r.pl" `