From 4480c27dc6980a2cdcb22c08f5edb540d8ffb058 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 31 Mar 2017 12:41:45 -0500 Subject: [PATCH] Added slicer-debug-console, fixed mistake Accidentally packaged slic3r-console.exe and slic3r.exe as slic3r.exe. Fixed. --- package/win/package_win32.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index 302eded3d4..1a98bcf272 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -44,7 +44,8 @@ cpanm "PAR::Packer" pp ` -a "slic3r.exe;slic3r.exe" ` --a "slic3r.exe;slic3r-console.exe" ` +-a "slic3r-console.exe;slic3r-console.exe" ` +-a "slic3r-debug-console.exe;slic3r-debug-console.exe" ` -a "../../lib;lib" ` -a "../../local-lib;local-lib" ` -a "../../slic3r.pl;slic3r.pl" `