1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Include hicolor theme when building Zenmap on Windows. http://seclists.org/nmap-dev/2015/q1/118

This commit is contained in:
dmiller
2015-02-17 17:52:39 +00:00
parent 4f5b2480c2
commit 4a6dc88a3c

View File

@@ -28,6 +28,7 @@ echo Creating dist directory tree...
mkdir %LibraryDir%\etc
mkdir %LibraryDir%\share
mkdir %LibraryDir%\share\themes
mkdir %LibraryDir%\share\icons
mkdir %LibraryDir%\lib
echo Copying GTK files to dist directory...
@@ -38,6 +39,7 @@ xcopy %GTKDir%\etc %LibraryDir%\etc /S /I >> %Output%
xcopy %GTKDir%\lib\gtk-2.0 %LibraryDir%\lib\gtk-2.0 /S /I >> %Output%
xcopy %GTKDir%\share\themes\Default %LibraryDir%\share\themes\Default /S /I >> %Output%
xcopy %GTKDir%\share\themes\MS-Windows %LibraryDir%\share\themes\MS-Windows /S /I >> %Output%
xcopy %GTKDir%\share\icons\hicolor %LibraryDir%\share\icons\hicolor /S /I >> %Output%
echo Compiling using py2exe...
%PythonEXE% setup.py py2exe >> %Output%