diff --git a/macOS/build.sh b/macOS/build.sh index 58279014876741e44b141bc76e26dba2e38f73fb..8f41e40a88edaf4b06412a7478a00d491b4cd551 100755 --- a/macOS/build.sh +++ b/macOS/build.sh @@ -18,6 +18,7 @@ # along with Dynare. If not, see <https://www.gnu.org/licenses/>. set -ex +#exec > >(tee build-logfile.log) 2>&1 # uncomment for debugging ROOTDIR=$(pwd)/.. ## diff --git a/macOS/conclusion_template.html b/macOS/conclusion_template.html index 5f88c45bef53ec0d4f656a889a3dc80ca109b55d..4952a906360b3a74410272fbfd806ba248d6a36a 100644 --- a/macOS/conclusion_template.html +++ b/macOS/conclusion_template.html @@ -2,7 +2,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Postinstallation Recommendations</title> + <title>Recommendations</title> <style> .center-text { text-align: center; @@ -22,7 +22,7 @@ <body> <header class="center-text"> - <h1>Postinstallation Recommendations</h1> + <h1>Recommendations</h1> </header> <main> diff --git a/macOS/distribution_template.xml b/macOS/distribution_template.xml index e4eb022c73be5f92584d52092a9e9ae4efbf6a9a..ac084d82845d687b946efc8fd48228ff18d84ba8 100644 --- a/macOS/distribution_template.xml +++ b/macOS/distribution_template.xml @@ -12,7 +12,7 @@ <choices-outline> <line choice="default" /> </choices-outline> - <choice id="default" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false" customLocation="/Applications/Dynare/dynare-LOCATION"> + <choice id="default" title="Dynare" description="Dynare Required Files" start_enabled="false" enabled="false" customLocation="/Applications/Dynare/LOCATION"> <pkg-ref id="org.dynare.VERSION_NO_SPACE" /> </choice> <pkg-ref id="org.dynare.VERSION_NO_SPACE" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref>