From 378dc731c45a2f2e621e08ae425192dab60967c8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 4 Aug 2017 14:24:33 -0300 Subject: [PATCH] Atualizando empacotamento windows. --- locale/pw3270.pot | 4 ++-- win/install-cross.sh | 5 ++--- win/pw3270.nsi.in | 4 ++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/locale/pw3270.pot b/locale/pw3270.pot index 9355791..f529906 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -9,7 +9,7 @@ msgstr "" "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-01 14:19-0300\n" +"POT-Creation-Date: 2017-08-04 14:23-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,7 @@ msgstr "" "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-01 14:19-0300\n" +"POT-Creation-Date: 2017-08-04 14:23-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/win/install-cross.sh b/win/install-cross.sh index 17912ef..b6e590c 100755 --- a/win/install-cross.sh +++ b/win/install-cross.sh @@ -33,7 +33,6 @@ gnome-icon-theme hicolor-icon-theme gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders -python-devel EOF # Instala apicativos e temas necessários @@ -69,8 +68,8 @@ do case $parameter in ar) - zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.1/ mingw32 - zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.1/ mingw64 + zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.3/ mingw32 + zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.3/ mingw64 ;; 32) diff --git a/win/pw3270.nsi.in b/win/pw3270.nsi.in index ed87690..bea747d 100644 --- a/win/pw3270.nsi.in +++ b/win/pw3270.nsi.in @@ -129,10 +129,14 @@ SubSection "@PACKAGE@" SecMain SubSection "Plugins" SecPLugin Section /o "HLLAPI" HLLAPIPlugin + setOutPath $INSTDIR + ${DisableX64FSRedirection} CreateDirectory "$INSTDIR\plugins" file "/oname=$INSTDIR\plugins\hllapi.dll" "..\.bin\Release\plugins\hllapi.dll" + + ${EnableX64FSRedirection} file "/oname=$SYSDIR\libhllapi.dll" "..\.bin\Release\libhllapi.dll.@PACKAGE_VERSION@" sectionEnd -- libgit2 0.21.2