Use Faenza icon when packaging for win32
This commit is contained in:
parent
cd377bb7a8
commit
470b666d6c
1 changed files with 2 additions and 2 deletions
|
@ -217,13 +217,13 @@ if [ "$GTK3_BUILD" == "1" ]; then
|
|||
|
||||
cat > $gtk_rc_file << _EOF
|
||||
[Settings]
|
||||
gtk-fallback-icon-theme = Tango
|
||||
gtk-icon-theme-name = Faenza
|
||||
_EOF
|
||||
|
||||
else
|
||||
cat > $gtk_rc_file << _EOF
|
||||
gtk-theme-name = "MS-Windows"
|
||||
gtk-fallback-icon-theme = "Tango"
|
||||
gtk-icon-theme-name = "Faenza"
|
||||
_EOF
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue