Skip to content
Snippets Groups Projects
Verified Commit 2ae274a4 authored by Willi Mutschler's avatar Willi Mutschler
Browse files

macOS installer: cosmetical changes

backported bb3aa0a2
parent 553212b4
No related branches found
No related tags found
1 merge request!2196macOS install backports
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# along with Dynare. If not, see <https://www.gnu.org/licenses/>. # along with Dynare. If not, see <https://www.gnu.org/licenses/>.
set -ex set -ex
#exec > >(tee build-logfile.log) 2>&1 # uncomment for debugging
ROOTDIR=$(pwd)/.. ROOTDIR=$(pwd)/..
## ##
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Postinstallation Recommendations</title> <title>Recommendations</title>
<style> <style>
.center-text { .center-text {
text-align: center; text-align: center;
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<body> <body>
<header class="center-text"> <header class="center-text">
<h1>Postinstallation Recommendations</h1> <h1>Recommendations</h1>
</header> </header>
<main> <main>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<choices-outline> <choices-outline>
<line choice="default" /> <line choice="default" />
</choices-outline> </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" /> <pkg-ref id="org.dynare.VERSION_NO_SPACE" />
</choice> </choice>
<pkg-ref id="org.dynare.VERSION_NO_SPACE" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref> <pkg-ref id="org.dynare.VERSION_NO_SPACE" version="VERSION_NO_SPACE">dynare-VERSION_NO_SPACE.pkg</pkg-ref>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment