makedist.midori: Copy MS-Windows theme only for GTK2 builds
This commit is contained in:
parent
d641a52de1
commit
52c8b4aea9
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,6 @@ echo -n .
|
|||
# copy share
|
||||
grab_files share midori
|
||||
grab_files share icons
|
||||
grab_files share MS-Windows
|
||||
grab_files share mime
|
||||
grab_files share midori.mo
|
||||
|
||||
|
@ -180,6 +179,7 @@ if [ "$GTK3_BUILD" == "1" ]; then
|
|||
grab_files share schemas
|
||||
MO_VER=30
|
||||
else
|
||||
grab_files share MS-Windows
|
||||
grab_files share webkitgtk-1.0
|
||||
MO_VER=20
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue