Fixed win64 zip packaging.

This commit is contained in:
Alexander Shaduri
2017-06-15 20:07:23 +00:00
parent 4a579b5141
commit e6cdcc9ee2
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -76,6 +76,8 @@ win-dist-prepare-all: nsis-dist-prepare win-zip-dist-prepare
GTK_BIN_FILES = gdk-pixbuf-query-loaders.exe \
gspawn-win32-helper-console.exe \
gspawn-win32-helper.exe \
gspawn-win64-helper-console.exe \
gspawn-win64-helper.exe \
gtk-query-immodules-3.0.exe \
gtk-update-icon-cache-3.0.exe \
libatk-1.*.dll \
+1 -1
View File
@@ -46,7 +46,7 @@ case $type in
win64-cross)
flags="PATH=\"/usr/x86_64-w64-mingw32/bin:/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH\" \
--with-nsis=/usr/bin/makensis --with-windows-sysroot=/usr/x86_64-w64-mingw32/sys-root/mingw \
--enable-optimize-options --enable-tests --host=i686-w64-mingw32" ;;
--enable-optimize-options --enable-tests --host=x86_64-w64-mingw32" ;;
win64-cross-debug)
flags="PATH=\"/usr/x86_64-w64-mingw32/bin:/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH\" \
--enable-debug-options --enable-tests --host=x86_64-w64-mingw32" ;;
+1 -1
View File
@@ -56,7 +56,7 @@ GscMainWindow::GscMainWindow(BaseObjectType* gtkcobj, const app_ui_res_ref_t& re
// iconview, gtkuimanager stuff (menus), custom labels
create_widgets();
set_default_size(600, 560);
set_default_size(600, 540);
// show the window first, scan later
show();