diff --git a/win/pack.sh b/win/pack.sh index ab26420..cffc897 100755 --- a/win/pack.sh +++ b/win/pack.sh @@ -559,13 +559,13 @@ do echo " --product-name Set the product name (current is ${PRODUCT_NAME})" echo " --project-path Set the path for the customization data" echo " --target-archs Set the target architectures (current are ${TARGET_ARCHS})" + echo " --sources-from Base URL of the git server with the sources (current is ${GIT_URL})" if [ ! -z ${WIN_PACKAGE_SERVER} ]; then echo " --no-publish Don't publish binaries in ${WIN_PACKAGE_SERVER}/${PRODUCT_NAME}" echo " --publish Publish binaries in ${WIN_PACKAGE_SERVER}/${PRODUCT_NAME}" fi - if [ -d ~/public_html/win/${PRODUCT_NAME} ]; then echo " --clear Replace the contents of ~/public_html/win/${PRODUCT_NAME}/{x86_32,x86_64}" fi diff --git a/win/pw3270.nsi.in b/win/pw3270.nsi.in index 3a1c842..80e2ae8 100644 --- a/win/pw3270.nsi.in +++ b/win/pw3270.nsi.in @@ -97,7 +97,7 @@ SubSection "@PACKAGE@" SecMain # Charset definition files CreateDirectory "$INSTDIR\charsets" - file "/oname=$INSTDIR\charsets\bracket.xml" "@PRODUCT_NAME@\charsets\bracket.xml" + file "/oname=$INSTDIR\remap\bracket.xml" "@PRODUCT_NAME@\remap\bracket.xml" # Locale files CreateDirectory "$INSTDIR\locale\pt_BR\LC_MESSAGES" -- libgit2 0.21.2