diff --git a/build-temp.bat b/build-temp.bat index d3d3a93..845c1c1 100644 --- a/build-temp.bat +++ b/build-temp.bat @@ -1 +1 @@ -perlapp --nocompress --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;UNIVERSAL;Win32::Sound;Winamp::Control;Tk::BrowseEntry;Tk::FastSplash \ No newline at end of file +perlapp --nocompress --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Win32::GUI;integer;Net::SMTP \ No newline at end of file diff --git a/build.bat b/build.bat index f7e98da..b534b62 100644 --- a/build.bat +++ b/build.bat @@ -1,2 +1,2 @@ -perlapp --nocompress --gui --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Tk::FastSplash +perlapp --nocompress --gui --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Win32::GUI;integer;Net::SMTP upx milkbone.exe \ No newline at end of file diff --git a/milkbone.nsi b/milkbone.nsi index 3d562de..375a182 100644 --- a/milkbone.nsi +++ b/milkbone.nsi @@ -7,7 +7,7 @@ Name "milkbone" OutFile "milkbone-inst.exe" BrandingText " " CRCCheck on -ShowInstDetails show +ShowInstDetails hide DirShow show SetOverwrite on diff --git a/plugins/Tk-BList/Milkbone/BList.pm b/plugins/Tk-BList/Milkbone/BList.pm index 08a9cef..c0fce16 100644 --- a/plugins/Tk-BList/Milkbone/BList.pm +++ b/plugins/Tk-BList/Milkbone/BList.pm @@ -7,7 +7,7 @@ use Milkbone; use warnings; use strict; -use HTTP::Lite; +# use HTTP::Lite; use Tk; use Carp;