Commit b5274932c0970b1dee8b3d85c597c1e6f5b18de9
1 parent
9ab3dcba
Exists in
master
and in
2 other branches
Updating windows package script.
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
win/pack.sh
| ... | ... | @@ -863,12 +863,17 @@ do |
| 863 | 863 | |
| 864 | 864 | echo " --product-name Set the product name (current is ${PRODUCT_NAME})" |
| 865 | 865 | echo " --project-path Set the path for the customization data" |
| 866 | + echo " --unstable Build unstable version" | |
| 867 | + | |
| 866 | 868 | echo " --target-archs Set the target architectures (current are ${TARGET_ARCHS})" |
| 867 | 869 | echo " --sources-from Base URL of the git server with the sources (current is ${GIT_URL})" |
| 870 | + | |
| 868 | 871 | echo " --no-pre-reqs Don't try to install required packages" |
| 869 | 872 | echo " --pre-reqs Install required packages" |
| 873 | + | |
| 874 | + echo " --extra-packages Set extra packages (current are ${PACKAGE_EXTRAS})" | |
| 875 | + | |
| 870 | 876 | echo " --shell-on-error Open a shell when the build process failed" |
| 871 | - echo " --unstable Build unstable version" | |
| 872 | 877 | |
| 873 | 878 | if [ "${MAKE_ZIP}" == "1" ]; then |
| 874 | 879 | echo " --no-zip Don't create zip file" | ... | ... |