mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Include hicolor theme when building Zenmap on Windows. http://seclists.org/nmap-dev/2015/q1/118
This commit is contained in:
parent
4f5b2480c2
commit
4a6dc88a3c
1 changed files with 2 additions and 0 deletions
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue