Skip to content

Commit

Permalink
Windows fixes as usual...
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Aug 26, 2016
1 parent 1a454ac commit 60920be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
29 changes: 16 additions & 13 deletions build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,33 @@
'libatk-1.0-0.dll',
'libcairo-gobject-2.dll',
'libgdk_pixbuf-2.0-0.dll',
'libgirepository-1.0-1.dll',
'libgmodule-2.0-0.dll',
'libgladeui-2-6.dll',
#'libgirepository-1.0-1.dll',
#'libgmodule-2.0-0.dll',
#'libgladeui-2-6.dll',
'libpango-1.0-0.dll',
'libp11-kit-0.dll',
'libproxy.dll',
'libpangocairo-1.0-0.dll',
'libpangoft2-1.0-0.dll',
'libpangowin32-1.0-0.dll',
'libffi-6.dll',
'libgio-2.0-0.dll',
#'libgio-2.0-0.dll',
'libgnutls-28.dll',
'libharfbuzz-gobject-0.dll',
'libharfbuzz-0.dll',
'libpng16-16.dll',
'libxmlxpat.dll',
'libgio-2.0-0.dll',
'libintl-8.dll',
#'libpng16-16.dll',
#'libxmlxpat.dll',
#'libintl-8.dll',
'librsvg-2-2.dll',
'libzzz.dll',
'libffi-6.dll',
'libjpeg-8.dll',
#'libzzz.dll',
'libtiff-5.dll',
'libwebp-5.dll',
'libfreetype-6.dll',
'libwinpthread-1.dll',
#'libfreetype-6.dll',
#'libwinpthread-1.dll',
'libepoxy-0.dll',
'libjasper-1.dll',
'libjpeg-8.dll',
'libstdc++.dll',

'gspawn-win32-helper.exe',
'gspawn-win32-helper-console.exe',
Expand All @@ -58,6 +60,7 @@
'libglib-2.0-0.dll',
'libgobject-2.0-0.dll',
'libgthread-2.0-0.dll',

]

# List of languages that are copied from GTK and included in installation
Expand Down
1 change: 1 addition & 0 deletions scripts/syncthing-gtk-exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

from gi.repository import Gtk
Gtk.IconTheme.get_default().prepend_search_path(os.path.abspath(os.path.join(os.getcwd(), "icons", "32x32", "apps")))
Gtk.IconTheme.get_default().prepend_search_path(os.path.abspath(os.path.join(os.getcwd(), "icons", "32x32", "status")))
Gtk.IconTheme.get_default().prepend_search_path(os.path.abspath(os.path.join(os.getcwd(), "icons")))

from syncthing_gtk import App
Expand Down

0 comments on commit 60920be

Please sign in to comment.