Commit df74b16b169c826e7d3b999e496e5790bba51370
1 parent
3d2c3bdc
Exists in
master
and in
5 other branches
Updating windows package.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
win/pack.sh
... | ... | @@ -559,13 +559,13 @@ do |
559 | 559 | echo " --product-name Set the product name (current is ${PRODUCT_NAME})" |
560 | 560 | echo " --project-path Set the path for the customization data" |
561 | 561 | echo " --target-archs Set the target architectures (current are ${TARGET_ARCHS})" |
562 | + echo " --sources-from Base URL of the git server with the sources (current is ${GIT_URL})" | |
562 | 563 | |
563 | 564 | if [ ! -z ${WIN_PACKAGE_SERVER} ]; then |
564 | 565 | echo " --no-publish Don't publish binaries in ${WIN_PACKAGE_SERVER}/${PRODUCT_NAME}" |
565 | 566 | echo " --publish Publish binaries in ${WIN_PACKAGE_SERVER}/${PRODUCT_NAME}" |
566 | 567 | fi |
567 | 568 | |
568 | - | |
569 | 569 | if [ -d ~/public_html/win/${PRODUCT_NAME} ]; then |
570 | 570 | echo " --clear Replace the contents of ~/public_html/win/${PRODUCT_NAME}/{x86_32,x86_64}" |
571 | 571 | fi | ... | ... |
win/pw3270.nsi.in
... | ... | @@ -97,7 +97,7 @@ SubSection "@PACKAGE@" SecMain |
97 | 97 | |
98 | 98 | # Charset definition files |
99 | 99 | CreateDirectory "$INSTDIR\charsets" |
100 | - file "/oname=$INSTDIR\charsets\bracket.xml" "@PRODUCT_NAME@\charsets\bracket.xml" | |
100 | + file "/oname=$INSTDIR\remap\bracket.xml" "@PRODUCT_NAME@\remap\bracket.xml" | |
101 | 101 | |
102 | 102 | # Locale files |
103 | 103 | CreateDirectory "$INSTDIR\locale\pt_BR\LC_MESSAGES" | ... | ... |